uffd-ldapd-container/.woodpecker.yml
Nis Wechselberg bf4c273776
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Test build with buildah
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
2025-06-09 17:50:34 +02:00

9 lines
195 B
YAML

---
steps:
- name: 'Build uffd-ldapd image'
image: 'quay.io/buildah/stable:latest'
commands:
- 'buildah build .'
volumes:
- '/var/lib/containers:/var/lib/containers:O'