Files
teufa/.woodpecker/image.yml

11 lines
170 B
YAML
Raw Normal View History

2025-07-06 16:53:57 -06:00
when:
- event: push
branch: "**"
labels:
platform: linux/amd64
steps:
- name: build
image: debian
commands:
- echo "This is the build step; okay"