We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da68c2d + 9c93549 commit 9a503acCopy full SHA for 9a503ac
.github/workflows/ci.yml
@@ -230,7 +230,7 @@ jobs:
230
path: _output/**
231
232
- name: Login to Upbound
233
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
234
if: env.XPKG_ACCESS_ID != ''
235
with:
236
registry: xpkg.upbound.io
.github/workflows/promote.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: git fetch --prune --unshallow
33
34
- name: Login to Docker
35
36
if: env.CONTRIB_DOCKER_USR != ''
37
38
username: ${{ secrets.CONTRIB_DOCKER_USR }}
0 commit comments