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 498db0b + 8ac8978 commit 73ea059Copy full SHA for 73ea059
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
-
51
name: Login to DockerHub
52
if: github.event_name != 'pull_request'
53
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
54
with:
55
username: ${{ secrets.DOCKER_USERNAME }}
56
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments