File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
"actions/push-to-gar-docker" : " 0.2.1" ,
7
7
"actions/aws-auth" : " 1.0.1" ,
8
8
"actions/build-push-to-dockerhub" : " 0.1.1" ,
9
- "actions/login-to-gar" : " 0.2.1 " ,
9
+ "actions/login-to-gar" : " 0.2.2 " ,
10
10
"actions/login-to-gcs" : " 0.2.0" ,
11
11
"actions/argo-lint" : " 1.0.1" ,
12
12
"actions/setup-conftest" : " 1.0.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.2] ( https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.2.1...login-to-gar-v0.2.2 ) (2025-02-26)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * install gcloud in login-to-gar action ([ #813 ] ( https://github.com/grafana/shared-workflows/issues/813 ) ) ([ 935970b] ( https://github.com/grafana/shared-workflows/commit/935970b13327698aa89e768f511a45432285f5cd ) )
9
+
10
+
11
+ ### 🔧 Miscellaneous Chores
12
+
13
+ * ** main:** release push-to-gar-docker 0.3.0 ([ #794 ] ( https://github.com/grafana/shared-workflows/issues/794 ) ) ([ a7bc536] ( https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc ) )
14
+
3
15
## [ 0.2.1] ( https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.2.0...login-to-gar-v0.2.1 ) (2025-02-17)
4
16
5
17
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.2.1
24
+ - uses : grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.2.2
25
25
id : login-to-gar
26
26
with :
27
27
registry : " <YOUR-GAR>" # e.g. us-docker.pkg.dev
You can’t perform that action at this time.
0 commit comments