Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
# logout: false leaves the cached creds in place for downstream steps.
- name: Login to ghcr.io
if: steps.skip-gate.outputs.skipped == 'false'
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
continue-on-error: true
with:
registry: ghcr.io
Expand All @@ -309,7 +309,7 @@ jobs:

- name: Login to docker.io
if: steps.skip-gate.outputs.skipped == 'false'
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
continue-on-error: true
with:
username: ${{ steps.creds.outputs.DOCKERHUB_USERNAME }}
Expand All @@ -318,7 +318,7 @@ jobs:

- name: Login to registry.gitlab.com
if: steps.skip-gate.outputs.skipped == 'false'
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
continue-on-error: true
with:
registry: registry.gitlab.com
Expand All @@ -328,7 +328,7 @@ jobs:

- name: Login to gitlab-container.zenterprise.org
if: steps.skip-gate.outputs.skipped == 'false'
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
continue-on-error: true
with:
registry: gitlab-container.zenterprise.org
Expand Down