mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 03:59:34 +01:00
ci: fix input names
This commit is contained in:
parent
dd8b1b1548
commit
17abc79f55
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dockerhub-description.yml
vendored
6
.github/workflows/dockerhub-description.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
||||||
- name: Docker Hub Description
|
- name: Docker Hub Description
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
dockerhub-repository: peterevans/dockerhub-description
|
repository: peterevans/dockerhub-description
|
||||||
|
|
Loading…
Reference in a new issue