Skip to content

Commit

Permalink
feat(docker): fix wrong secret name (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrygerber authored and tchiotludo committed Oct 24, 2021
1 parent 6e5d7d6 commit a6d2422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Set Tag Variable
id: vars
Expand Down

0 comments on commit a6d2422

Please sign in to comment.