Skip to content

Commit 6f7201e

Browse files
authored
Merge pull request #12 from Embarcadero/lmbelo-patch-1
Automation to update the Docker Hub description
2 parents cb7a0a4 + 1756a2d commit 6f7201e

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/pa-radserver
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/pa-radserver

0 commit comments

Comments
 (0)