uffd-ldapd-container/.woodpecker.yml
Nis Wechselberg 08c5c6f164
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Hailmary with existing volume
2025-06-09 17:41:50 +02:00

9 lines
188 B
YAML

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