diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e73f4c5..c242fb8 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -20,4 +20,11 @@ steps: commands: - uv build --wheel - ls -l dist - + podman-privileged-test: + # From https://docs.gitlab.com/runner/executors/kubernetes/use_podman_with_kubernetes/ + image: quay.io/podman/stable + before_script: + - podman info + - id + script: + - podman build . -t playground-bis:testing