We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ce81b commit 78116cdCopy full SHA for 78116cd
1 file changed
.github/workflows/docker.yml
@@ -22,14 +22,14 @@ jobs:
22
- uses: docker/setup-buildx-action@v3
23
24
# Login to DockerHub
25
- - uses: docker/login-action@v3
+ - uses: docker/login-action@v4
26
if: ${{ env.SHOULD_PUBLISH == 'true' }}
27
with:
28
username: ${{ secrets.DOCKERHUB_USERNAME }}
29
password: ${{ secrets.DOCKERHUB_TOKEN }}
30
31
# Login to GHCR
32
33
34
35
registry: ghcr.io
0 commit comments