We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefaeb1 commit e3fe51bCopy full SHA for e3fe51b
.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@74a5d142397b4f367a81961eba4e8cd7edddf772 # 3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
76
with:
77
registry: gcr.io
78
username: _json_key
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v4
31
32
33
34
35
36
0 commit comments