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

This commit is contained in:
phil 2024-10-29 02:48:42 +01:00
parent c4f5a73a49
commit 4e861c270f

View file

@ -15,6 +15,7 @@ jobs:
image: tiptop:5000/python-ci
volumes:
- "/root/.cache/uv:uv_cache"
- "/etc/containers/certs.d:ca-cert"
services:
treetrail-database:
image: treetrail-database
@ -24,6 +25,10 @@ jobs:
run: |
echo '${{ toJSON(env) }}'
- name: check /etc/containers
run: |
find /etc/containers/
- uses: actions/checkout@v4
- name: Create venv