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

17 lines
No EOL
277 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: 1000
runAsGroup: 1000