We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a80140 + 38170d0 commit 165fb15Copy full SHA for 165fb15
1 file changed
.github/workflows/release-image.yml
@@ -23,7 +23,7 @@ jobs:
23
fi
24
25
- name: Login to DockerHub
26
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
27
with:
28
username: ${{ secrets.DOCKER_USERNAME }}
29
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments