mirror of
https://github.com/docker/login-action.git
synced 2025-08-16 04:35:51 +08:00
Update workflow
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user