mirror of
https://gitee.com/actions-mirror/docker-login-action
synced 2024-11-23 20:30:41 +08:00
Fix ci workflow
This commit is contained in:
parent
fda7d266a6
commit
a8bb4725ef
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 New Issue
Block a user