Skip to content

Commit 801786e

Browse files
Update docker/login-action action to v3
1 parent ff405a3 commit 801786e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
type=raw,value=latest,enable=${{ startsWith(github.event.head_commit.message, ':bookmark: v') }}
3030
- uses: docker/setup-qemu-action@v2
3131
- uses: docker/setup-buildx-action@v2
32-
- uses: docker/login-action@v2
32+
- uses: docker/login-action@v3
3333
with:
3434
username: ${{ secrets.DOCKERHUB_USERNAME }}
3535
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)