jdk21-builder/.woodpecker/publish.yaml

12 lines
154 B
YAML
Raw Normal View History

2025-08-09 13:30:30 +02:00
when:
- event: push
branch: main
steps:
- name: build
2025-08-09 17:21:33 +02:00
# image: quay.io/podman/stable
image: ubuntu
2025-08-09 13:30:30 +02:00
commands:
2025-08-09 17:18:24 +02:00
#- podman build .
- sleep 10000