Skip to content

Commit 8429ffd

Browse files
Bump docker/login-action from 3 to 4 (#50)
1 parent ecbd429 commit 8429ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v6
3030
- uses: docker/setup-qemu-action@v3
3131
- uses: docker/setup-buildx-action@v3
32-
- uses: docker/login-action@v3
32+
- uses: docker/login-action@v4
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)