Skip to content

Commit 2edb771

Browse files
Update docker/login-action action to v4.5.2
1 parent 1b82253 commit 2edb771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
with:
1818
driver-opts: env.BUILDKIT_STEP_LOG_MAX_SIZE=-1
1919
- name: docker.io-login
20-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
20+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
2121
if: ${{ github.repository_owner == 'ZoeyVid' && github.event_name != 'pull_request' }}
2222
with:
2323
username: ${{ secrets.DOCKER_USERNAME }}
2424
password: ${{ secrets.DOCKER_PASSWORD }}
2525
- name: ghcr.io-login
26-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
26+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
2727
if: ${{ github.repository_owner == 'ZoeyVid' && github.event_name != 'pull_request' }}
2828
with:
2929
registry: ghcr.io

0 commit comments

Comments
 (0)