Update hub.yml
This commit is contained in:
parent
1d3d269052
commit
906ee7fdb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hub.yml
vendored
2
.github/workflows/hub.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: peter-evans/dockerhub-description@v3
|
uses: peter-evans/dockerhub-description@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
repository: kroese/virtual-dsm
|
repository: kroese/virtual-dsm
|
||||||
short-description: ${{ github.event.repository.description }}
|
short-description: ${{ github.event.repository.description }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue