mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 23:33:24 +01:00
Fix ci workflow
This commit is contained in:
parent
fda7d266a6
commit
a8bb4725ef
1 changed files with 11 additions and 11 deletions
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
|
@ -15,14 +15,14 @@ jobs:
|
||||||
logout:
|
logout:
|
||||||
- true
|
- true
|
||||||
- false
|
- false
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
-
|
-
|
||||||
name: Login
|
name: Login
|
||||||
uses: ./login/
|
uses: ./login/
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME_TEST }}
|
username: ${{ secrets.DOCKER_USERNAME_TEST }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
||||||
logout: ${{ matrix.logout }}
|
logout: ${{ matrix.logout }}
|
||||||
|
|
Loading…
Reference in a new issue