Skip to content

Commit

Permalink
upgrade peter-evans/dockerhub-description@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chinayin committed Feb 22, 2024
1 parent e34a8a4 commit c352c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
run: |
echo "repository=${GITHUB_ACTOR}/$(basename ${GITHUB_REPOSITORY})" >> $GITHUB_OUTPUT
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
repository: ${{ steps.vars.outputs.repository }}
short-description: ${{ github.event.repository.description }}

0 comments on commit c352c07

Please sign in to comment.