jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp 3e57d17a24
Some checks failed
ci/woodpecker/push/publish Pipeline failed
Test.
2025-08-09 22:18:19 +02:00

17 lines
No EOL
279 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
runAsUser: 10000
runAsGroup: 10000