We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af6bda commit a095d1dCopy full SHA for a095d1d
.github/workflows/docker-image.yml
@@ -73,8 +73,8 @@ jobs:
73
write-comment: true
74
github-token: ${{ secrets.GITHUB_TOKEN }}
75
- name: Update repo description
76
- if: ${{ github.ref == 'refs/heads/main' }}
77
- uses: peter-evans/dockerhub-description@v3
+ if: github.ref == 'refs/heads/main'
+ uses: peter-evans/dockerhub-description@v4
78
with:
79
username: ${{ secrets.DOCKERHUB_USERNAME }}
80
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments