We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c2255 commit 331ce4dCopy full SHA for 331ce4d
.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@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.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