Merge branch 'main'
All checks were successful
/ build (push) Successful in 28s

This commit is contained in:
phil 2024-11-02 15:33:04 +01:00
commit 09f487ea2b

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)