CI: avoid premature failure when loggin in to registry
All checks were successful
/ build (push) Successful in 27s

This commit is contained in:
phil 2024-11-01 13:57:55 +01:00
parent 55fdde94a9
commit f0b61d150f

View file

@ -34,7 +34,7 @@ jobs:
- name: Workaround for bug of podman-login - name: Workaround for bug of podman-login
run: | run: |
mkdir $HOME/.docker mkdir -p $HOME/.docker
echo "{ \"auths\": {} }" > $HOME/.docker/config.json echo "{ \"auths\": {} }" > $HOME/.docker/config.json
- name: Log in to container registry (with another workaround) - name: Log in to container registry (with another workaround)