File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
actions/docker-build-push-image Expand file tree Collapse file tree 3 files changed +20
-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.1" ,
29- "actions/docker-build-push-image" : " 0.1.1 " ,
29+ "actions/docker-build-push-image" : " 0.2.0 " ,
3030 "actions/docker-export-digest" : " 0.1.0" ,
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.2.0] ( https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.1.1...docker-build-push-image/v0.2.0 ) (2025-11-11)
4+
5+
6+ ### 🎉 Features
7+
8+ * ** docker-build-push-image:** support annotations ([ #1513 ] ( https://github.com/grafana/shared-workflows/issues/1513 ) ) ([ 62333c1] ( https://github.com/grafana/shared-workflows/commit/62333c16b0e89cea15c9c4de726271fa4e638f96 ) )
9+
10+
11+ ### 📝 Documentation
12+
13+ * improve docker build action docs ([ #1486 ] ( https://github.com/grafana/shared-workflows/issues/1486 ) ) ([ 2dd0b03] ( https://github.com/grafana/shared-workflows/commit/2dd0b0349e130ca5ccf86b3a61250589a840bdb2 ) )
14+
15+
16+ ### 🔧 Miscellaneous Chores
17+
18+ * ** deps:** update docker/metadata-action action to v5.9.0 ([ #1501 ] ( https://github.com/grafana/shared-workflows/issues/1501 ) ) ([ 2d5a067] ( https://github.com/grafana/shared-workflows/commit/2d5a0678eb32b0fd6655b4f7a3a7ec72eaf530ca ) )
19+ * ** deps:** update docker/setup-qemu-action action to v3.7.0 ([ #1505 ] ( https://github.com/grafana/shared-workflows/issues/1505 ) ) ([ 559f4cd] ( https://github.com/grafana/shared-workflows/commit/559f4cd66a01e0ebe256defa20964721f25bad1f ) )
20+
321## [ 0.1.1] ( https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.1.0...docker-build-push-image/v0.1.1 ) (2025-11-07)
422
523
Original file line number Diff line number Diff line change 3636 contents : read
3737 id-token : write
3838 steps :
39- - uses : grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.1.1
39+ - uses : grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.2.0
4040 with :
4141 platforms : linux/arm64,linux/amd64
4242 tags : |
You can’t perform that action at this time.
0 commit comments