CI: avoid premature failure when loggin in to registry
Some checks failed
/ build (push) Failing after 14s

This commit is contained in:
phil 2024-11-01 13:59:33 +01:00
parent ae0d3532aa
commit 3e2e9df890
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,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)

View file

@ -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)