File tree 3 files changed +9
-2
lines changed
actions/push-to-gar-docker
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.0" ,
4
4
"actions/dockerhub-login" : " 1.0.1" ,
5
5
"actions/send-slack-message" : " 2.0.1" ,
6
- "actions/push-to-gar-docker" : " 0.4.0 " ,
6
+ "actions/push-to-gar-docker" : " 0.4.1 " ,
7
7
"actions/aws-auth" : " 1.0.1" ,
8
8
"actions/build-push-to-dockerhub" : " 0.1.1" ,
9
9
"actions/login-to-gar" : " 0.4.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.1] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.4.0...push-to-gar-docker-v0.4.1 ) (2025-05-07)
4
+
5
+
6
+ ### 🤖 Continuous Integration
7
+
8
+ * remove gcp credentials after composite action finishes ([ #925 ] ( https://github.com/grafana/shared-workflows/issues/925 ) ) ([ 62f8dda] ( https://github.com/grafana/shared-workflows/commit/62f8ddaa78b23147b22ba6a38df2b97963dab4b3 ) )
9
+
3
10
## [ 0.4.0] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.3.1...push-to-gar-docker-v0.4.0 ) (2025-04-29)
4
11
5
12
Original file line number Diff line number Diff line change 31
31
persist-credentials : false
32
32
33
33
- id : push-to-gar
34
- uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.4.0
34
+ uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.4.1
35
35
with :
36
36
registry : " <YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
37
37
tags : |-
You can’t perform that action at this time.
0 commit comments