File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
actions/push-to-gar-docker Expand file tree Collapse file tree 3 files changed +19
-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.2" ,
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.0" ,
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-11-13)
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+
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+
320## [ 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)
421
522
Original file line number Diff line number Diff line change 3737 persist-credentials : false
3838
3939 - id : push-to-gar
40- uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.6.1
40+ uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.7.0
4141 with :
4242 registry : " <YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
4343 tags : |-
You can’t perform that action at this time.
0 commit comments