Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit b68507b

Browse files
authored
Update Docker.yml
* Update Dockerhub description from README.md
1 parent 0b506d4 commit b68507b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ jobs:
6161
if: success() && github.event_name != 'pull_request'
6262
run: |
6363
docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
64+
-
65+
name: Update Dockerhub description
66+
if: success() && github.event_name != 'pull_request'
67+
uses: peter-evans/dockerhub-description@v2
68+
env:
69+
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
70+
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
71+
DOCKERHUB_REPOSITORY: ${{ steps.prepare.outputs.docker_image }}
6472
-
6573
name: Inspect image
6674
if: always() && github.event_name != 'pull_request'

0 commit comments

Comments
 (0)