Skip to content

Commit

Permalink
Merge pull request #25 from Embarcadero/lmbelo-patch-1
Browse files Browse the repository at this point in the history
Automation to update the Docker Hub description
  • Loading branch information
checkdigits authored Aug 1, 2024
2 parents 1a3609f + 7c901a0 commit 46f281b
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/paserver
- 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/paserver

0 comments on commit 46f281b

Please sign in to comment.