Skip to content

Commit d722044

Browse files
Update docker/login-action action to v4.5.0
1 parent fc5321e commit d722044

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
205205
- uses: docker/setup-buildx-action@v4.2.0
206206

207-
- uses: docker/login-action@v4.4.0
207+
- uses: docker/login-action@v4.5.0
208208
with:
209209
registry: ghcr.io
210210
username: ${{ github.repository_owner }}
@@ -260,7 +260,7 @@ jobs:
260260
with:
261261
images: ${{ env.REGISTRY_IMAGE }}
262262

263-
- uses: docker/login-action@v4.4.0
263+
- uses: docker/login-action@v4.5.0
264264
with:
265265
registry: ghcr.io
266266
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)