We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb26b7 commit 28e6d6bCopy full SHA for 28e6d6b
.github/workflows/main.yml
@@ -64,10 +64,12 @@ jobs:
64
cache-to: type=local,dest=/tmp/.buildx-cache
65
66
- name: Update Docker Hub information
67
- uses: meeDamian/[email protected]
+ uses: peter-evans/dockerhub-description@v3
68
with:
69
- pass: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
70
- description: true
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
+ password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
71
+ short-description: ${{ github.event.repository.description }}
72
+ enable-url-completion: true
73
74
- name: Image digest
75
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments