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 2556c43 commit 54f9910Copy full SHA for 54f9910
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
21
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
22
- name: Docker Hub Description
23
- uses: peter-evans/dockerhub-description@v3
+ uses: peter-evans/dockerhub-description@v4
24
with:
25
username: ${{ secrets.DOCKER_USERNAME }}
26
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments