Skip to content

Commit 75c6d6b

Browse files
committed
Update: add docker image readme.
1 parent ce2ee30 commit 75c6d6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}
47+
- name: Docker Hub Description
48+
uses: peter-evans/dockerhub-description@v3
49+
with:
50+
username: ${{ secrets.DOCKER_USERNAME }}
51+
password: ${{ secrets.DOCKER_PASSWORD }}
52+
repository: yassun4dev/cmdcomp

0 commit comments

Comments
 (0)