t2
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-21 16:06:03 +02:00
parent 2401c3540d
commit 0051853473

View file

@ -20,4 +20,11 @@ steps:
commands: commands:
- uv build --wheel - uv build --wheel
- ls -l dist - 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