We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6483d1f + e8c1f2e commit 9af274eCopy full SHA for 9af274e
1 file changed
.github/workflows/build-docker.yml
@@ -49,7 +49,7 @@ jobs:
49
# Login against a Docker registry (only with a tag or push on `dev` branch)
50
# https://github.com/docker/login-action
51
- name: Log into Docker Hub
52
- uses: docker/login-action@v3.7.0
+ uses: docker/login-action@v4.0.0
53
with:
54
username: ${{ secrets.DOCKERHUB_USERNAME }}
55
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments