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:
|
||||
- true
|
||||
- false
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Login
|
||||
uses: ./login/
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME_TEST }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
||||
logout: ${{ matrix.logout }}
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Login
|
||||
uses: ./login/
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME_TEST }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
||||
logout: ${{ matrix.logout }}
|
||||
|
|
Loading…
Reference in a new issue