jdk21-builder/.woodpecker/publish.yaml

11 lines
143 B
YAML
Raw Normal View History

2025-08-09 13:30:30 +02:00
when:
- event: push
branch: main
steps:
- name: build
image: quay.io/podman/stable
commands:
2025-08-09 13:36:56 +02:00
- echo "First step"
# - podman build .