Daniel Gibbs
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/action-dockerhub-description.yml
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
persist-credentials: false |
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
- name: Docker Hub Description |
|
|
- name: Docker Hub Description |
|
|
uses: peter-evans/dockerhub-description@v4 |
|
|
uses: peter-evans/dockerhub-description@v5 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_HUB_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_HUB_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} |
|
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} |
|
|
|