jdk21-builder/.woodpecker/publish.yaml

15 lines
220 B
YAML
Raw Normal View History

2025-08-09 13:30:30 +02:00
when:
- event: push
branch: main
steps:
- name: build
2025-08-09 17:32:47 +02:00
image: quay.io/podman/stable
2025-08-09 13:30:30 +02:00
commands:
2025-08-09 21:58:01 +02:00
- sleep 10000
# - podman build .
2025-08-09 17:32:47 +02:00
backend_options:
kubernetes:
securityContext:
privileged: true