Added initial version for container build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nis Wechselberg 2025-06-09 17:06:07 +02:00
parent 27d78f4719
commit bdac8b0e78

6
.woodpecker.yml Normal file
View file

@ -0,0 +1,6 @@
---
steps:
- name: 'Build uffd-ldapd image'
image: 'quay.io/buildah/stable:latest'
commands:
- 'buildah build .'