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
ad0054eb7a
commit
6cde3510ab
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -59,15 +59,15 @@ jobs:
|
|||
mkdir -p some/path
|
||||
cp README.md some/path/TEST.md
|
||||
|
||||
- name: Docker Hub Description
|
||||
- name: Docker Hub Description (with)
|
||||
uses: ./
|
||||
with:
|
||||
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
dockerhub-repository: peterevans/dd-ci-fixture-${{ matrix.target }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
repository: peterevans/dd-ci-fixture-${{ matrix.target }}
|
||||
readme-filepath: ./some/path/TEST.md
|
||||
|
||||
- name: Docker Hub Description
|
||||
- name: Docker Hub Description (env)
|
||||
uses: ./
|
||||
env:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
|
|
Loading…
Reference in a new issue