We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2ee30 commit 75c6d6bCopy full SHA for 75c6d6b
.github/workflows/publish-docker.yml
@@ -44,3 +44,9 @@ jobs:
44
push: true
45
tags: ${{ steps.meta.outputs.tags }}
46
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