File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 6
6
"actions/push-to-gar-docker" : " 0.5.2" ,
7
7
"actions/aws-auth" : " 1.0.2" ,
8
8
"actions/build-push-to-dockerhub" : " 0.2.0" ,
9
- "actions/login-to-gar" : " 1.0.0 " ,
9
+ "actions/login-to-gar" : " 1.0.1 " ,
10
10
"actions/login-to-gcs" : " 0.2.1" ,
11
11
"actions/argo-lint" : " 1.0.2" ,
12
12
"actions/setup-conftest" : " 1.0.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.1] ( https://github.com/grafana/shared-workflows/compare/login-to-gar/v1.0.0...login-to-gar/v1.0.1 ) (2025-08-05)
4
+
5
+
6
+ ### 🔧 Miscellaneous Chores
7
+
8
+ * ** deps:** update google-github-actions/auth action to v2.1.11 ([ #1150 ] ( https://github.com/grafana/shared-workflows/issues/1150 ) ) ([ 895722b] ( https://github.com/grafana/shared-workflows/commit/895722b12337ee97909efa8a78886ee69297ed50 ) )
9
+ * ** deps:** update google-github-actions/auth action to v2.1.12 ([ #1184 ] ( https://github.com/grafana/shared-workflows/issues/1184 ) ) ([ ee464c5] ( https://github.com/grafana/shared-workflows/commit/ee464c522eba7d1a22b82d27739f4bf789102900 ) )
10
+ * ** deps:** update google-github-actions/setup-gcloud action to v2.1.5 ([ #1151 ] ( https://github.com/grafana/shared-workflows/issues/1151 ) ) ([ 84f55b1] ( https://github.com/grafana/shared-workflows/commit/84f55b125e875869f7aead3c1ed900eaae2735bb ) )
11
+
3
12
## [ 1.0.0] ( https://github.com/grafana/shared-workflows/compare/login-to-gar/v0.4.3...login-to-gar/v1.0.0 ) (2025-06-17)
4
13
5
14
Original file line number Diff line number Diff line change 19
19
contents : read
20
20
id-token : write
21
21
steps :
22
- - uses : grafana/shared-workflows/actions/login-to-gar@login-to-gar/v1.0.0
22
+ - uses : grafana/shared-workflows/actions/login-to-gar@login-to-gar/v1.0.1
23
23
id : login-to-gar
24
24
with :
25
25
registry : " <YOUR-GAR>" # e.g. us-docker.pkg.dev
You can’t perform that action at this time.
0 commit comments