Skip to content

Commit cfb1b7e

Browse files
authored
Auto merge! (merge-pr-in-all)
Update docker/login-action action to v4.3.0
2 parents fd69e2d + 4875019 commit cfb1b7e

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.1.0
206206

207-
- uses: docker/login-action@v4.2.0
207+
- uses: docker/login-action@v4.3.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.2.0
263+
- uses: docker/login-action@v4.3.0
264264
with:
265265
registry: ghcr.io
266266
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)