We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7767567 commit bfd875dCopy full SHA for bfd875d
.github/workflows/docker-publish.yml
@@ -96,6 +96,13 @@ jobs:
96
push: ${{ github.event_name != 'pull_request' }}
97
tags: ${{ steps.meta.outputs.tags }}
98
labels: ${{ steps.meta.outputs.labels }}
99
+
100
+ - name: Update repo description
101
+ uses: peter-evans/dockerhub-description@v2
102
+ with:
103
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
104
+ password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
105
+ #repository: user/app use default $github.repository
106
107
# Sign the resulting Docker image digest except on PRs.
108
# This will only write to the public Rekor transparency log when the Docker
0 commit comments