Skip to content

Commit

Permalink
Update update-dockerhub-desc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk authored Apr 26, 2024
1 parent 5a15da2 commit a9b177a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dockerhub-desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@v4

- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
short-description: ${{ github.event.repository.description }}
short-description: ${{ github.event.repository.description }}

0 comments on commit a9b177a

Please sign in to comment.