Skip to content

Commit

Permalink
Merge pull request #5 from e7d/fix/main/peter-evans/dockerhub-descrip…
Browse files Browse the repository at this point in the history
…tion

Update peter-evans/dockerhub-description GitHub Action to v4
  • Loading branch information
e7d authored Mar 29, 2024
2 parents 4af6bda + a095d1d commit 5539040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
write-comment: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Update repo description
if: ${{ github.ref == 'refs/heads/main' }}
uses: peter-evans/dockerhub-description@v3
if: github.ref == 'refs/heads/main'
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 5539040

Please sign in to comment.