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 7bc5629 commit 44b27aaCopy full SHA for 44b27aa
1 file changed
.github/workflows/docker.yml
@@ -27,8 +27,8 @@ jobs:
27
name: Login to DockerHub
28
uses: docker/login-action@v1
29
with:
30
- username: ${{ secrets.DOCKER_USERNAME }}
31
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
32
-
33
name: Build and push
34
uses: docker/build-push-action@v2
0 commit comments