File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
actions/docker-export-digest Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2626 "actions/azure-trusted-signing" : " 1.0.0" ,
2727 "actions/validate-renovate-config" : " 0.1.0" ,
2828 "actions/cleanup-branches" : " 0.2.0" ,
29- "actions/docker-build-push-image" : " 0.1.0"
29+ "actions/docker-build-push-image" : " 0.1.0" ,
30+ "actions/docker-export-digest" : " 0.1.0"
3031}
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 0.1.0 (2025-10-15)
4+
5+
6+ ### 🎉 Features
7+
8+ * docker multi-arch composite actions ([ #1347 ] ( https://github.com/grafana/shared-workflows/issues/1347 ) ) ([ 3df0c01] ( https://github.com/grafana/shared-workflows/commit/3df0c015c8b528638bdbbccc6326b7c2edc79ae1 ) )
9+
10+
11+ ### 🔧 Miscellaneous Chores
12+
13+ * ** docker actions:** prep for releases ([ #1404 ] ( https://github.com/grafana/shared-workflows/issues/1404 ) ) ([ b5b2517] ( https://github.com/grafana/shared-workflows/commit/b5b25178a74fbef4cc2db2252ac322729ab76e91 ) )
14+
15+ ## Changelog
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.0 .0
30+ uses : grafana/shared-workflows/actions/docker-export-digest@docker-export-digest/v0.1 .0
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