oci-images/.woodpecker/workflow.yaml
Fritz Grimpen cf5868f3ff
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
next test
2024-11-03 02:38:14 +01:00

13 lines
258 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: vfs