mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-21 19:49:32 +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
|
||||
uses: ./
|
||||
with:
|
||||
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
dockerhub-repository: peterevans/dockerhub-description
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
repository: peterevans/dockerhub-description
|
||||
|
|
Loading…
Reference in a new issue