We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244cc65 + a3da478 commit b0f4e80Copy full SHA for b0f4e80
1 file changed
.github/workflows/publish-docker.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
17
- name: Log in to Docker Hub
18
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
19
with:
20
username: ${{ secrets.DOCKER_USERNAME }}
21
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments