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
a8bb4725ef
commit
ae539f0605
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Login
|
||||
uses: ./login/
|
||||
uses: ./
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME_TEST }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
||||
|
|
Loading…
Reference in a new issue