diff --git a/.woodpecker.yml b/.woodpecker.yml index 4cd9fce..081f9ba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,9 @@ --- steps: + - name: 'Build uffd-ldapd image' image: 'quay.io/buildah/stable:latest' commands: - 'buildah build .' + volumes: + - '/var/lib/containers:/var/lib/containers:O'