Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-04-21 07:49:17 +03:00

Fix ci workflow

This commit is contained in:
CrazyMax
2020-08-15 14:52:04 +02:00
parent a8bb4725ef
commit ae539f0605
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2.3.1 uses: actions/checkout@v2.3.1
- -
name: Login name: Login
uses: ./login/ uses: ./
with: with:
username: ${{ secrets.DOCKER_USERNAME_TEST }} username: ${{ secrets.DOCKER_USERNAME_TEST }}
password: ${{ secrets.DOCKER_PASSWORD_TEST }} password: ${{ secrets.DOCKER_PASSWORD_TEST }}