Test with docker image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nis Wechselberg 2025-06-09 17:33:26 +02:00
parent 27a3631f7a
commit f94c88ea02

View file

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