Skip to content

Commit d728279

Browse files
chore(deps): update docker/login-action # v4.6.0
1 parent c5da7da commit d728279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
images: ${{ env.GHCR_REPO }}
6262

6363
- name: Login to GHCR
64-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
64+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.repository_owner }}
@@ -119,7 +119,7 @@ jobs:
119119
merge-multiple: true
120120

121121
- name: Login to GHCR
122-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
122+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
123123
with:
124124
registry: ghcr.io
125125
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)