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

This commit is contained in:
Nis Wechselberg 2025-06-09 17:44:52 +02:00
parent 08c5c6f164
commit 370d88e0c2

View file

@ -2,8 +2,8 @@
steps:
- name: 'Build uffd-ldapd image'
image: 'quay.io/buildah/stable:latest'
image: 'docker.io/library/docker'
commands:
- 'buildah build .'
- 'docker build .'
volumes:
- 'test-buildah:/var/lib/containers:Z'
- '/var/run/podman/podman.sock:/var/run/docker.sock'