jdk21-builder/.woodpecker/publish.yaml

17 lines
279 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
2025-08-09 22:18:19 +02:00
runAsUser: 10000
runAsGroup: 10000