We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6592bea commit 1d140faCopy full SHA for 1d140fa
.github/workflows/ci.yml
@@ -256,7 +256,7 @@ jobs:
256
install: true
257
258
- name: Login to Upbound
259
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
260
if: env.XPKG_ACCESS_ID != ''
261
with:
262
registry: xpkg.upbound.io
@@ -315,7 +315,7 @@ jobs:
315
run: make publish BRANCH_NAME=${GITHUB_REF##*/}
316
317
- name: Login to Docker
318
319
if: env.CONTRIB_DOCKER_USR != ''
320
321
username: ${{ secrets.CONTRIB_DOCKER_USR }}
0 commit comments