Skip to content

Commit 519d3d9

Browse files
chore(main): release docker-import-digests-push-manifest 0.1.2
1 parent 3e6ff9b commit 519d3d9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"actions/cleanup-branches": "0.2.1",
2929
"actions/docker-build-push-image": "0.3.0",
3030
"actions/docker-export-digest": "0.1.1",
31-
"actions/docker-import-digests-push-manifest": "0.1.1",
31+
"actions/docker-import-digests-push-manifest": "0.1.2",
3232
"actions/socket-export-sbom": "0.1.0"
3333
}

actions/docker-import-digests-push-manifest/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.1.1...docker-import-digests-push-manifest/v0.1.2) (2026-02-12)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f))
9+
* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea))
10+
* **deps:** update actions/checkout action to v6.0.1 ([#1590](https://github.com/grafana/shared-workflows/issues/1590)) ([2425a5f](https://github.com/grafana/shared-workflows/commit/2425a5fe46fb39d1d282caad59150165323e29a6))
11+
* **deps:** update actions/checkout action to v6.0.2 ([#1672](https://github.com/grafana/shared-workflows/issues/1672)) ([3105e25](https://github.com/grafana/shared-workflows/commit/3105e251e687194e9b2b4b456cb2846a761e0df0))
12+
* **deps:** update docker/metadata-action action to v5.10.0 ([#1582](https://github.com/grafana/shared-workflows/issues/1582)) ([d80ddba](https://github.com/grafana/shared-workflows/commit/d80ddba3b588ad911410ce91c599bbbe513196b0))
13+
* **deps:** update docker/setup-buildx-action action to v3.12.0 ([#1633](https://github.com/grafana/shared-workflows/issues/1633)) ([9c7001f](https://github.com/grafana/shared-workflows/commit/9c7001fb8ab6048113c07b6454aea78589e0e6b9))
14+
* **deps:** update github artifact actions ([3b65def](https://github.com/grafana/shared-workflows/commit/3b65def88604a4f3789b144e891b14efeb528057))
15+
* **deps:** update github artifact actions (major) ([#1629](https://github.com/grafana/shared-workflows/issues/1629)) ([3b65def](https://github.com/grafana/shared-workflows/commit/3b65def88604a4f3789b144e891b14efeb528057))
16+
317
## [0.1.1](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.1.0...docker-import-digests-push-manifest/v0.1.1) (2025-11-12)
418

519

actions/docker-import-digests-push-manifest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write
2929
steps:
3030
- name: Download Multi-Arch Digests, Construct and Upload Manifest
31-
uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.1.1
31+
uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.1.2
3232
with:
3333
gar-environment: "dev"
3434
images: ${{ needs.docker-build-push-image.outputs.images }}

0 commit comments

Comments
 (0)