We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4af6bda + a095d1d commit bcb2cecCopy full SHA for bcb2cec
.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