Skip to content

Commit

Permalink
Merge pull request #226 from mrpalide/fix/change-dockerhub-variable-o…
Browse files Browse the repository at this point in the history
…n-deploy

fix GitHub Action
  • Loading branch information
jdknives authored Jun 9, 2023
2 parents 359416d + d1876d7 commit 4ce4493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v3
- name: deploy to docker
run: |
Expand Down

0 comments on commit 4ce4493

Please sign in to comment.