File tree Expand file tree Collapse file tree
actions/docker-import-digests-push-manifest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments