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 5ddfd07 commit eb24aa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
type=raw,value=latest
type=sha
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ env.REPO_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit eb24aa4

Please sign in to comment.