File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
actions/docker-export-digest Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2727 "actions/validate-renovate-config" : " 0.1.0" ,
2828 "actions/cleanup-branches" : " 0.2.1" ,
2929 "actions/docker-build-push-image" : " 0.1.0" ,
30- "actions/docker-export-digest" : " 0.1.0 " ,
30+ "actions/docker-export-digest" : " 0.1.1 " ,
3131 "actions/docker-import-digests-push-manifest" : " 0.1.0"
3232}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.1] ( https://github.com/grafana/shared-workflows/compare/docker-export-digest/v0.1.0...docker-export-digest/v0.1.1 ) (2025-11-05)
4+
5+
6+ ### 🔧 Miscellaneous Chores
7+
8+ * ** deps:** update github artifact actions ([ ebaf11d] ( https://github.com/grafana/shared-workflows/commit/ebaf11d9a28ba8617d6c1db41ca7ecb97005e4b4 ) )
9+ * ** deps:** update github artifact actions (major) ([ #1463 ] ( https://github.com/grafana/shared-workflows/issues/1463 ) ) ([ ebaf11d] ( https://github.com/grafana/shared-workflows/commit/ebaf11d9a28ba8617d6c1db41ca7ecb97005e4b4 ) )
10+
311## 0.1.0 (2025-10-15)
412
513
Original file line number Diff line number Diff line change 2727 id-token : write
2828 steps :
2929 - name : Export and upload digest
30- uses : grafana/shared-workflows/actions/docker-export-digest@docker-export-digest/v0.1.0
30+ uses : grafana/shared-workflows/actions/docker-export-digest@docker-export-digest/v0.1.1
3131 with :
3232 digest : ${{ steps.docker-build-push-image.outputs.digest }}
3333 platform : linux/arm64
You can’t perform that action at this time.
0 commit comments