helps if I use the right variable names for docker hub
This commit is contained in:
parent
19fb911bbe
commit
73810739d7
|
|
@ -80,6 +80,6 @@ jobs:
|
|||
- name: Update Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: golift/unifi-poller
|
||||
Loading…
Reference in New Issue