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 ee5fd20 commit 4086e13Copy full SHA for 4086e13
.github/workflows/docker.yml
@@ -72,10 +72,11 @@ jobs:
72
cache-from: type=gha
73
cache-to: type=gha,mode=max
74
75
- - name: Update Docker Hub description from README.md
+ - name: Update Docker Hub description + short desc
76
uses: peter-evans/dockerhub-description@v3
77
with:
78
username: ${{ secrets.DOCKERHUB_USERNAME }}
79
password: ${{ secrets.DOCKERHUB_TOKEN }}
80
repository: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
81
readme-filepath: ./README.md
82
+ short-description: ${{ github.event.repository.description || '' }}
0 commit comments