Browse Source

chore: synced local './' with remote 'docker/' (#88)

pull/89/head
Daniel Gibbs 7 months ago
committed by GitHub
parent
commit
0e8a502a90
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/action-dockerhub-description.yml

2
.github/workflows/action-dockerhub-description.yml

@ -23,7 +23,7 @@ jobs:
persist-credentials: false
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
uses: peter-evans/dockerhub-description@v5
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

Loading…
Cancel
Save