Skip to content

Commit f12b384

Browse files
authored
Auto merge! (merge-pr-in-all)
Update docker/login-action action to v4.2.0
2 parents cb9987f + ed710ef commit f12b384

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
@@ -325,7 +325,7 @@ jobs:
325325
326326
- uses: docker/setup-buildx-action@v4.1.0
327327

328-
- uses: docker/login-action@v4.1.0
328+
- uses: docker/login-action@v4.2.0
329329
with:
330330
registry: ghcr.io
331331
username: ${{ github.repository_owner }}
@@ -384,7 +384,7 @@ jobs:
384384
with:
385385
images: ${{ env.REGISTRY_IMAGE }}
386386

387-
- uses: docker/login-action@v4.1.0
387+
- uses: docker/login-action@v4.2.0
388388
with:
389389
registry: ghcr.io
390390
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)