Skip to content

Commit b3bd82e

Browse files
chore(main): release docker-import-digests-push-manifest 0.2.1
1 parent 11e75ec commit b3bd82e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

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

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

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

3+
## [0.2.1](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.2.0...docker-import-digests-push-manifest/v0.2.1) (2026-03-06)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/download-artifact action to v8 ([#1749](https://github.com/grafana/shared-workflows/issues/1749)) ([9169dac](https://github.com/grafana/shared-workflows/commit/9169dac82ee307312a1c948918184ea02f34aff8))
9+
* **deps:** update actions/setup-go action to v6.3.0 ([#1756](https://github.com/grafana/shared-workflows/issues/1756)) ([c6b0752](https://github.com/grafana/shared-workflows/commit/c6b07529443393154d824d1ad0e707f4b3d090f6))
10+
311
## [0.2.0](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.1.1...docker-import-digests-push-manifest/v0.2.0) (2026-02-25)
412

513

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.2.0
31+
uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.2.1
3232
with:
3333
gar-environment: "dev"
3434
images: ${{ needs.docker-build-push-image.outputs.images }}

0 commit comments

Comments
 (0)