Skip to content

Commit

Permalink
chore: Update Docker Hub description on publish (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa authored Dec 1, 2024
1 parent e94b57a commit d17a4c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
tags: meyfa/ddns-client:latest
cache-from: type=gha
cache-to: type=gha,mode=max

# See: https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/
- name: Update DockerHub description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
with:
username: meyfa
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: meyfa/ddns-client
short-description: ${{ github.event.repository.description }}
enable-url-completion: true

0 comments on commit d17a4c6

Please sign in to comment.