We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331ce4d commit ee2ba8aCopy full SHA for ee2ba8a
.github/workflows/rebuild-release.yaml
@@ -72,7 +72,7 @@ jobs:
72
ref: ${{ needs.get-release-tag.outputs.release_tag }}
73
74
- name: Login to GCR
75
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # 3.7.0
76
with:
77
registry: gcr.io
78
username: _json_key
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v5
31
32
33
34
35
36
0 commit comments