jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp 7914e46fe9
Some checks failed
ci/woodpecker/push/publish Pipeline failed
Test
2025-08-09 13:38:36 +02:00

12 lines
163 B
YAML

when:
- event: push
branch: main
skip_clone: true
steps:
- name: build
image: quay.io/podman/stable
commands:
- echo "First step"
# - podman build .