CI: build: fix registry login 4
Some checks failed
/ build (push) Failing after 29s

This commit is contained in:
phil 2024-10-29 03:27:52 +01:00
parent 4e861c270f
commit ac664886e3
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ jobs:
container:
image: tiptop:5000/treetrail-backend-ci
volumes:
- "/root/.cache/uv:uv_cache"
- "uv_cache:/root/.cache/uv"
services:
treetrail-database:
image: treetrail-database

View file

@ -14,8 +14,8 @@ jobs:
container:
image: tiptop:5000/python-ci
volumes:
- "/root/.cache/uv:uv_cache"
- "/etc/containers/certs.d:ca-cert"
- "uv_cache:/root/.cache/uv"
- "ca-cert:/etc/containers/certs.d"
services:
treetrail-database:
image: treetrail-database