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 4816477 commit 9bbe96eCopy full SHA for 9bbe96e
1 file changed
.github/workflows/release_docker.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Update repo description
56
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
57
- uses: peter-evans/dockerhub-description@v3
+ uses: peter-evans/dockerhub-description@v4
58
with:
59
username: ${{ secrets.DOCKERHUB_USERNAME }}
60
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments