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.
2 parents 6e0535e + 85b4611 commit 8e6dc74Copy full SHA for 8e6dc74
.github/workflows/cron-docker-image.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Docker Hub Description
69
if: github.event_name != 'pull_request'
70
- uses: peter-evans/dockerhub-description@v4
+ uses: peter-evans/dockerhub-description@v5
71
with:
72
username: ${{ secrets.DOCKER_USERNAME }}
73
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/docker-image.yml
@@ -66,7 +66,7 @@ jobs:
66
0 commit comments