mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 23:33:24 +01:00
Update workflow
This commit is contained in:
parent
ae539f0605
commit
4c1dbd8617
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -26,3 +26,8 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME_TEST }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
||||
logout: ${{ matrix.logout }}
|
||||
-
|
||||
name: Clear
|
||||
if: always()
|
||||
run: |
|
||||
rm -f ${HOME}/.docker/config.json
|
||||
|
|
Loading…
Reference in a new issue