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 1463f1a commit ac09b7eCopy full SHA for ac09b7e
.github/workflows/workflow.yml
@@ -58,6 +58,13 @@ jobs:
58
registry: docker.io
59
username: ${{ secrets.DOCKERHUB_USERNAME }}
60
password: ${{ secrets.DOCKERHUB_TOKEN }}
61
+ - uses: peter-evans/dockerhub-description@v5
62
+ if: github.ref == 'refs/heads/main'
63
+ with:
64
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
65
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
66
+ repository: ${{ github.repository }}
67
+ short-description: ${{ github.event.repository.description }}
68
- uses: docker/build-push-action@v6
69
if: startsWith(github.ref, 'refs/tags/')
70
with:
0 commit comments