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