From 0051853473dad74e7018a792b8c11bb9e7f06da3 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Jun 2025 16:06:03 +0200 Subject: [PATCH] t2 --- .woodpecker/build.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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