jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp 0ead2d91e0
Some checks failed
ci/woodpecker/push/publish Pipeline failed
Try again
2025-08-09 17:25:42 +02:00

11 lines
157 B
YAML

when:
- event: push
branch: main
steps:
- name: build
# image: quay.io/podman/stable
image: archlinux
commands:
#- podman build .
- sleep 10000