CI: improve workflow debug 10
Some checks failed
/ build (push) Failing after 21s

This commit is contained in:
phil 2024-10-28 11:54:42 +01:00
parent 9fdaa03f7b
commit 0393e50fc7

View file

@ -43,6 +43,11 @@ jobs:
- name: Run basic test (bootstrap)
run: pytest -s tests/basic.py
- name: Install podman and buildah
if: ${{ inputs.build }}
run: |
apt-get install -y podman buildah
- name: Build container
if: ${{ inputs.build }}
uses: actions/buildah-build@v1
@ -53,6 +58,7 @@ jobs:
./Containerfile.for_runner
- uses: actions/push-to-registry@v2
if: ${{ inputs.build }}
with:
registry: "docker://${{ vars.REPOSITORY }}"
image: treetrail-backend