We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbd429 commit 8429ffdCopy full SHA for 8429ffd
1 file changed
.github/workflows/docker.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v6
30
- uses: docker/setup-qemu-action@v3
31
- uses: docker/setup-buildx-action@v3
32
- - uses: docker/login-action@v3
+ - uses: docker/login-action@v4
33
with:
34
registry: ${{ env.REGISTRY }}
35
username: ${{ github.actor }}
0 commit comments