Skip to content

Commit

Permalink
Fix DockerHub publication job
Browse files Browse the repository at this point in the history
  • Loading branch information
eexit committed Jan 4, 2021
1 parent f6786f2 commit 3e1010b
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 @@ -65,5 +65,5 @@ jobs:
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ github.repository }}

0 comments on commit 3e1010b

Please sign in to comment.