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: jobs:
build: build:
runs-on: container runs-on: container
container: #container:
image: tiptop:5000/treetrail-backend-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"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -26,9 +26,6 @@ jobs:
id: version id: version
run: echo "version=$(git describe --dirty --tags)" >> $GITHUB_OUTPUT 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 - name: Workaround for bug of podman-login
run: | run: |
mkdir -p $HOME/.docker mkdir -p $HOME/.docker