We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afd6ef + 4b076cd commit 6400700Copy full SHA for 6400700
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
-
31
name: Login to DockerHub
32
if: github.event_name != 'pull_request'
33
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
34
with:
35
username: ${{ secrets.DOCKER_USERNAME }}
36
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments