jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp eeeee80c3d
Some checks failed
ci/woodpecker/push/publish Pipeline failed
Try again
2025-08-09 17:21:33 +02:00

11 lines
154 B
YAML

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