File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
actions/push-to-gar-docker Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 33 "actions/get-vault-secrets" : " 1.3.0" ,
44 "actions/dockerhub-login" : " 1.0.3" ,
55 "actions/send-slack-message" : " 2.0.4" ,
6- "actions/push-to-gar-docker" : " 0.6.1 " ,
6+ "actions/push-to-gar-docker" : " 0.7.0 " ,
77 "actions/aws-auth" : " 1.0.3" ,
88 "actions/build-push-to-dockerhub" : " 0.4.1" ,
99 "actions/login-to-gar" : " 1.0.1" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.0] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.6.1...push-to-gar-docker/v0.7.0 ) (2025-12-11)
4+
5+
6+ ### 🎉 Features
7+
8+ * ** push-to-gar-docker:** parse registry as input in login-to-gar ([ #1492 ] ( https://github.com/grafana/shared-workflows/issues/1492 ) ) ([ b545d8a] ( https://github.com/grafana/shared-workflows/commit/b545d8afe61d00248004bf0f5fe076d31037290e ) )
9+ * support passing 'builder' parameter in push-to-gar-docker ([ #1568 ] ( https://github.com/grafana/shared-workflows/issues/1568 ) ) ([ 68818a1] ( https://github.com/grafana/shared-workflows/commit/68818a1d7ffad7f276b89ef3e1835054d4106d46 ) )
10+
11+
12+ ### 📝 Documentation
13+
14+ * improve docker build action docs ([ #1486 ] ( https://github.com/grafana/shared-workflows/issues/1486 ) ) ([ 2dd0b03] ( https://github.com/grafana/shared-workflows/commit/2dd0b0349e130ca5ccf86b3a61250589a840bdb2 ) )
15+
16+
17+ ### 🔧 Miscellaneous Chores
18+
19+ * ** deps:** update actions/checkout action to v5.0.1 ([ #1541 ] ( https://github.com/grafana/shared-workflows/issues/1541 ) ) ([ 773f5b1] ( https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f ) )
20+ * ** deps:** update actions/checkout action to v6 ([ #1570 ] ( https://github.com/grafana/shared-workflows/issues/1570 ) ) ([ af4d9df] ( https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea ) )
21+ * ** deps:** update actions/checkout action to v6.0.1 ([ #1590 ] ( https://github.com/grafana/shared-workflows/issues/1590 ) ) ([ 2425a5f] ( https://github.com/grafana/shared-workflows/commit/2425a5fe46fb39d1d282caad59150165323e29a6 ) )
22+ * ** deps:** update docker/metadata-action action to v5.10.0 ([ #1582 ] ( https://github.com/grafana/shared-workflows/issues/1582 ) ) ([ d80ddba] ( https://github.com/grafana/shared-workflows/commit/d80ddba3b588ad911410ce91c599bbbe513196b0 ) )
23+ * ** 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 ) )
24+ * ** multiple:** deprecate old docker actions and add migration guide ([ #1606 ] ( https://github.com/grafana/shared-workflows/issues/1606 ) ) ([ b6c252d] ( https://github.com/grafana/shared-workflows/commit/b6c252dc86cb65eaf2d8344d6d51ca07436214a2 ) )
25+
326## [ 0.6.1] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.6.0...push-to-gar-docker/v0.6.1 ) (2025-10-06)
427
528
Original file line number Diff line number Diff line change 4141 persist-credentials : false
4242
4343 - id : push-to-gar
44- uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.6.1
44+ uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.7.0
4545 with :
4646 registry : " <YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
4747 tags : |-
You can’t perform that action at this time.
0 commit comments