Skip to content

Commit

Permalink
Adding on push to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Dec 7, 2021
1 parent cdc4b90 commit adca37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
-
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
id: docker_build
Expand Down

0 comments on commit adca37c

Please sign in to comment.