Browse Source

Merge remote-tracking branch 'refs/remotes/origin/main'

main
Daniel Gibbs 7 months ago
parent
commit
199646e546
Failed to extract signature
  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