mirror of
https://github.com/docker/login-action
synced 2024-11-10 08:01:41 +00: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 }}
|
username: ${{ secrets.DOCKER_USERNAME_TEST }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
password: ${{ secrets.DOCKER_PASSWORD_TEST }}
|
||||||
logout: ${{ matrix.logout }}
|
logout: ${{ matrix.logout }}
|
||||||
|
-
|
||||||
|
name: Clear
|
||||||
|
if: always()
|
||||||
|
run: |
|
||||||
|
rm -f ${HOME}/.docker/config.json
|
||||||
|
|
Loading…
Reference in a new issue