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

10 lines
143 B
YAML

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