3
0
Fork 0
mirror of https://gitea.com/docker/login-action.git synced 2024-11-25 19:09:38 +01:00

Fix ci workflow

This commit is contained in:
CrazyMax 2020-08-15 14:52:04 +02:00
parent a8bb4725ef
commit ae539f0605
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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 }}