Skip to content

Commit

Permalink
Automation to update the Docker Hub description
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Aug 1, 2024
1 parent cb7a0a4 commit 1756a2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
- name: Docker Push
run: |
docker push -a radstudio/pa-radserver
- name: Update the Docker Hub description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
repository: radstudio/pa-radserver

0 comments on commit 1756a2d

Please sign in to comment.