CI: optimise (use container with all deps for the runner) fix
Some checks failed
/ build (push) Failing after 17s

This commit is contained in:
phil 2024-11-02 05:22:43 +01:00
parent 32e499e2cc
commit e8ed03bcba

View file

@ -12,7 +12,7 @@ jobs:
build:
runs-on: container
container:
image: tiptop:5000/python-ci
image: tiptop:5000/treetrail-backend-ci
volumes:
- "uv_cache:/root/.cache/uv"
- "ca-cert:/etc/containers/certs.d"