oci-images/.woodpecker/workflow.yaml
Fritz Grimpen a6794097e0
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
use correct storage driver
2024-11-03 02:39:47 +01:00

13 lines
262 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: quay.io/buildah/stable
commands:
- mknod -m 666 /dev/fuse c 10 229
- buildah build keycloak/
environment:
BUILDAH_ISOLATION: chroot
STORAGE_DRIVER: overlay