We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db18365 commit 334f041Copy full SHA for 334f041
.github/workflows/deploy-docker.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Login to DockerHub
18
uses: docker/login-action@v1
19
with:
20
- username: ${{ secrets.DOCKER_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
21
password: ${{ secrets.DOCKER_PASSWORD }}
22
23
- name: Build and push
0 commit comments