File tree 3 files changed +14
-2
lines changed
actions/push-to-gar-docker
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
"actions/get-vault-secrets" : " 1.1.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.2 .1" ,
6
+ "actions/push-to-gar-docker" : " 0.3 .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.2.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.1] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.2.1...push-to-gar-docker-v0.3.1 ) (2025-02-26)
4
+
5
+
6
+ ### 🎉 Features
7
+
8
+ * ** push-to-gar-docker:** add custom label input ([ #795 ] ( https://github.com/grafana/shared-workflows/issues/795 ) ) ([ b6aa0b6] ( https://github.com/grafana/shared-workflows/commit/b6aa0b6312f7cd58416885007204ac9a4a71c094 ) )
9
+
10
+
11
+ ### 🔧 Miscellaneous Chores
12
+
13
+ * ** deps:** update docker/build-push-action action to v6.14.0 ([ #793 ] ( https://github.com/grafana/shared-workflows/issues/793 ) ) ([ d750654] ( https://github.com/grafana/shared-workflows/commit/d750654d770aefa0516e11735cdfdb89b7a380a1 ) )
14
+
3
15
## [ 0.2.1] ( https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.2.0...push-to-gar-docker-v0.2.1 ) (2025-02-13)
4
16
5
17
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v4
30
30
31
31
- id : push-to-gar
32
- uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.2 .1
32
+ uses : grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.3 .1
33
33
with :
34
34
registry : " <YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
35
35
tags : |-
You can’t perform that action at this time.
0 commit comments