Skip to content

Commit

Permalink
Fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed Aug 15, 2020
1 parent fda7d26 commit a8bb472
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a8bb472

Please sign in to comment.