jdk21-builder/.woodpecker/publish.yaml

14 lines
202 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 17:32:47 +02:00
- podman build .
backend_options:
kubernetes:
securityContext:
privileged: true