Skip to content

Commit 81a8595

Browse files
authored
Auto merge! (merge-pr-in-all)
Update docker/login-action action to v4.2.0
2 parents 5cb6a08 + 4d72efc commit 81a8595

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
@@ -212,7 +212,7 @@ jobs:
212212
213213
- uses: docker/setup-buildx-action@v4.1.0
214214

215-
- uses: docker/login-action@v4.1.0
215+
- uses: docker/login-action@v4.2.0
216216
with:
217217
registry: ghcr.io
218218
username: ${{ github.repository_owner }}
@@ -271,7 +271,7 @@ jobs:
271271
with:
272272
images: ${{ env.REGISTRY_IMAGE }}
273273

274-
- uses: docker/login-action@v4.1.0
274+
- uses: docker/login-action@v4.2.0
275275
with:
276276
registry: ghcr.io
277277
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)