Skip to content

Commit 5fc82a1

Browse files
committed
Update deploy.yml
1 parent dc4b32e commit 5fc82a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Auth Docker
1818
uses: docker/login-action@v2
1919
with:
20-
username: ${{ secrets.DOCKERHUB_USERNAME }}
21-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
20+
username: ${{ secrets.DOCKER_USERNAME }}
21+
password: ${{ secrets.DOCKER_PASSWORD }}
2222

2323
- name: Get SHA
2424
id: vars

0 commit comments

Comments
 (0)