jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp 3fa53a2eae
Some checks failed
ci/woodpecker/push/publish Pipeline failed
Try again.
2025-08-09 17:32:47 +02:00

13 lines
202 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: quay.io/podman/stable
commands:
- podman build .
backend_options:
kubernetes:
securityContext:
privileged: true