Browse Source

no synced local './' with remote 'docker/' (#76)

main
Daniel Gibbs 1 week ago
committed by GitHub
parent
commit
964e79c6aa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/dockerhub-description.yml

2
.github/workflows/dockerhub-description.yml

@ -21,5 +21,5 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: ${{ vars.DOCKER_HUB_REPO }}
repository: ${{ secrets.DOCKER_HUB_REPO }}
short-description: ${{ github.event.repository.description }}

Loading…
Cancel
Save