Skip to content

Commit 46f281b

Browse files
authored
Merge pull request #25 from Embarcadero/lmbelo-patch-1
Automation to update the Docker Hub description
2 parents 1a3609f + 7c901a0 commit 46f281b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-image-publish.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ jobs:
2929
- name: Docker Push
3030
run: |
3131
docker push -a radstudio/paserver
32+
33+
- name: Update the Docker Hub description
34+
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
35+
with:
36+
username: ${{ secrets.DOCKER_USERNAME }}
37+
password: ${{ secrets.DOCKER_TOKEN }}
38+
repository: radstudio/paserver

0 commit comments

Comments
 (0)