oci-images/.woodpecker/workflow.yaml

14 lines
258 B
YAML
Raw Normal View History

2024-11-02 18:39:47 -05:00
when:
- event: push
branch: main
steps:
- name: build
2024-11-02 19:39:12 -05:00
image: quay.io/buildah/stable
2024-11-02 18:39:47 -05:00
commands:
2024-11-02 20:38:14 -05:00
- mknod -m 666 /dev/fuse c 10 229
2024-11-02 19:39:12 -05:00
- buildah build keycloak/
2024-11-02 20:00:50 -05:00
environment:
BUILDAH_ISOLATION: chroot
STORAGE_DRIVER: vfs