diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index fdea2fe..b4c2ac9 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -20,11 +20,16 @@ steps: - .venv/bin/pytest -s tests/basic.py build: image: ghcr.io/astral-sh/uv:alpine + volumes: + - uv-cache:/uv-cache + environment: + UV_CACHE_DIR: /uv-cache + UV_LINK_MODE: copy commands: - uv build --wheel - ls -l dist - podman-privileged-test: - image: quay.io/podman/stable - commands: - - echo From https://docs.gitlab.com/runner/executors/kubernetes/use_podman_with_kubernetes/ - - podman build . -t playground-bis:testing + # podman-privileged-test: + # image: quay.io/podman/stable + # commands: + # - echo From https://docs.gitlab.com/runner/executors/kubernetes/use_podman_with_kubernetes/ + # - podman build . -t playground-bis:testing