CI: optimise (use container with all deps for the runner) fix
Some checks failed
/ build (push) Failing after 17s
Some checks failed
/ build (push) Failing after 17s
This commit is contained in:
parent
32e499e2cc
commit
e8ed03bcba
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: container
|
runs-on: container
|
||||||
container:
|
container:
|
||||||
image: tiptop:5000/python-ci
|
image: tiptop:5000/treetrail-backend-ci
|
||||||
volumes:
|
volumes:
|
||||||
- "uv_cache:/root/.cache/uv"
|
- "uv_cache:/root/.cache/uv"
|
||||||
- "ca-cert:/etc/containers/certs.d"
|
- "ca-cert:/etc/containers/certs.d"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue