Skip to content

Commit

Permalink
typo in the secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
24mu13 committed May 25, 2024
1 parent d4a24a3 commit 5732a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_USERNAME }}
repository: ${{ env.IMAGE_NAME }}
readme-filepath: ./${{ env.EXTRA }}/README.md

Expand Down

0 comments on commit 5732a23

Please sign in to comment.