CI: build: fix registry login 8
Some checks failed
/ build (push) Failing after 24s

This commit is contained in:
phil 2024-10-29 04:07:43 +01:00
parent bef203bb4d
commit cc5ddc91c5
2 changed files with 6 additions and 0 deletions

View file

@ -53,6 +53,9 @@ jobs:
run: |
apt-get install -y --no-install-recommends podman buildah
- name: Workaround for bug of podman-login
run: 'echo "{ \"auths\": {} }" > $HOME/.docker/config.json'
- name: Log in to container registry
uses: actions/podman-login@v1
with:

View file

@ -34,6 +34,9 @@ jobs:
- name: Run basic test (bootstrap)
run: pytest -s tests/basic.py
- name: Workaround for bug of podman-login
run: 'echo "{ \"auths\": {} }" > $HOME/.docker/config.json'
- name: Log in to container registry
uses: actions/podman-login@v1
with: