We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4b32e commit 5fc82a1Copy full SHA for 5fc82a1
1 file changed
.github/workflows/deploy.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Auth Docker
18
uses: docker/login-action@v2
19
with:
20
- username: ${{ secrets.DOCKERHUB_USERNAME }}
21
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
22
23
- name: Get SHA
24
id: vars
0 commit comments