Add playbook for building the images
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
phil 2024-10-30 02:07:05 +01:00
parent 9ca2ea638e
commit 114201d561
8 changed files with 80 additions and 26 deletions

View file

@ -58,7 +58,7 @@ jobs:
mkdir $HOME/.docker
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
- name: Log in to container registry
- name: Log in to container registry (with another workaround)
uses: actions/podman-login@v1
with:
registry: ${{ vars.REGISTRY }}

View file

@ -27,10 +27,9 @@ jobs:
- uses: actions/checkout@v4
- name: Create venv
run: uv venv
- name: Install dependencies
run: uv sync
#- name: Install dependencies
# run: uv sync
- name: Run basic test (bootstrap)
run: pytest -s tests/basic.py
@ -39,7 +38,7 @@ jobs:
mkdir $HOME/.docker
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
- name: Log in to container registry
- name: Log in to container registry (with another workaround)
uses: actions/podman-login@v1
with:
registry: ${{ vars.REGISTRY }}