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 d2304a5 commit cd87f3bCopy full SHA for cd87f3b
.github/workflows/main.yml
@@ -28,9 +28,9 @@ jobs:
28
context: .
29
push: true
30
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
31
-
32
- - name: Update Docker Hub description
33
- uses: crazy-max/ghaction-dockerhub-description@v4
+ -
+ name: Update Docker Hub description
+ uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
34
with:
35
username: ${{ secrets.DOCKER_USERNAME }}
36
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments