This commit is contained in:
parent
bef203bb4d
commit
cc5ddc91c5
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue