Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent 680761d commit c867076
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 @@ -24,8 +24,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
username: $DOCKER_USERNAME
password: $DOCKER_USERNAME

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit c867076

Please sign in to comment.