From 3fa53a2eae2f34ade4ef64d4cb30be0030d44186 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 9 Aug 2025 17:32:47 +0200 Subject: [PATCH] Try again. --- .woodpecker/publish.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index 2ab1c32..3edcda4 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -4,8 +4,10 @@ when: steps: - name: build - # image: quay.io/podman/stable - image: archlinux + image: quay.io/podman/stable commands: - #- podman build . - - sleep 10000 + - podman build . + backend_options: + kubernetes: + securityContext: + privileged: true