jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp f9a60d28c1
Some checks failed
ci/woodpecker/push/publish Pipeline failed
Test.
2025-08-09 21:58:01 +02:00

14 lines
220 B
YAML

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