File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
actions/push-to-gar-docker Expand file tree Collapse file tree 3 files changed +9
-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.0 " ,
6+ "actions/push-to-gar-docker" : " 0.6.1 " ,
77 "actions/aws-auth" : " 1.0.3" ,
88 "actions/build-push-to-dockerhub" : " 0.3.0" ,
99 "actions/login-to-gar" : " 1.0.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * push-to-gar-docker pin buildx to 0.28.0 ([ #1378 ] ( https://github.com/grafana/shared-workflows/issues/1378 ) ) ([ 60eb720] ( https://github.com/grafana/shared-workflows/commit/60eb7207fa9ce578ff6e52c68f9e13542499f41b ) )
9+
310## [ 0.6.0] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.2...push-to-gar-docker/v0.6.0 ) (2025-10-03)
411
512
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.0
40+ uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.6.1
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