CI: fix build 4
All checks were successful
/ build (push) Successful in 18s
/ test (push) Successful in 17s

This commit is contained in:
phil 2024-11-03 04:51:32 +01:00
parent 8a4c64775a
commit 6e5711bfd1

View file

@ -11,11 +11,11 @@ on:
jobs:
build:
runs-on: container
container:
image: tiptop:5000/treetrail-backend-ci
volumes:
- "uv_cache:/root/.cache/uv"
- "ca-cert:/etc/containers/certs.d"
#container:
# image: tiptop:5000/treetrail-backend-ci
# volumes:
# - "uv_cache:/root/.cache/uv"
# - "ca-cert:/etc/containers/certs.d"
steps:
- uses: actions/checkout@v4
@ -26,9 +26,6 @@ jobs:
id: version
run: echo "version=$(git describe --dirty --tags)" >> $GITHUB_OUTPUT
- name: Install app with 'uv pip install'
run: uv pip install --python=$UV_PROJECT_ENVIRONMENT --no-deps .
- name: Workaround for bug of podman-login
run: |
mkdir -p $HOME/.docker