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.
1 parent c9e29e2 commit 1bb95c8Copy full SHA for 1bb95c8
.github/workflows/docker.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: docker/setup-buildx-action@v2
37
-
38
name: Login to DockerHub
39
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
40
with:
41
username: ${{ secrets.DOCKER_USERNAME }}
42
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments