CI: avoid premature failure when loggin in to registry
All checks were successful
/ build (push) Successful in 27s
All checks were successful
/ build (push) Successful in 27s
This commit is contained in:
parent
55fdde94a9
commit
f0b61d150f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: Workaround for bug of podman-login
|
||||
run: |
|
||||
mkdir $HOME/.docker
|
||||
mkdir -p $HOME/.docker
|
||||
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
|
||||
|
||||
- name: Log in to container registry (with another workaround)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue