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 5b9ed76 commit 52e4e2dCopy full SHA for 52e4e2d
.github/workflows/docker.yml
@@ -71,3 +71,12 @@ jobs:
71
${{ env.REGISTRY }}/${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
72
cache-from: type=gha
73
cache-to: type=gha,mode=max
74
+
75
+ - 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