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 3
3
"actions/get-vault-secrets" : " 1.2.1" ,
4
4
"actions/dockerhub-login" : " 1.0.2" ,
5
5
"actions/send-slack-message" : " 2.0.3" ,
6
- "actions/push-to-gar-docker" : " 0.5.2 " ,
6
+ "actions/push-to-gar-docker" : " 0.5.3 " ,
7
7
"actions/aws-auth" : " 1.0.2" ,
8
8
"actions/build-push-to-dockerhub" : " 0.2.0" ,
9
9
"actions/login-to-gar" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.3] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.2...push-to-gar-docker/v0.5.3 ) (2025-08-04)
4
+
5
+
6
+ ### 🔧 Miscellaneous Chores
7
+
8
+ * ** deps:** update docker/metadata-action action to v5.8.0 ([ #1182 ] ( https://github.com/grafana/shared-workflows/issues/1182 ) ) ([ 315e38a] ( https://github.com/grafana/shared-workflows/commit/315e38a03f442c39bd82e902b88d8ba6ff8879b7 ) )
9
+
3
10
## [ 0.5.2] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.1...push-to-gar-docker/v0.5.2 ) (2025-07-23)
4
11
5
12
Original file line number Diff line number Diff line change 37
37
persist-credentials : false
38
38
39
39
- id : push-to-gar
40
- uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.2
40
+ uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.3
41
41
with :
42
42
registry : " <YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
43
43
tags : |-
You can’t perform that action at this time.
0 commit comments