CI: avoid premature failure when loggin in to registry
Some checks failed
/ build (push) Failing after 14s
Some checks failed
/ build (push) Failing after 14s
This commit is contained in:
parent
ae0d3532aa
commit
3e2e9df890
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,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