Skip to content

Commit

Permalink
Update description on Docker hub automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Elehiggle committed Apr 9, 2024
1 parent eb24aa4 commit c47d6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ env.REPO_NAME }}

- name: Build and push Docker image
Expand Down

0 comments on commit c47d6a3

Please sign in to comment.