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
|
@ -55,7 +55,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)
|
||||||
|
|
|
@ -35,7 +35,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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue