oci-images/.woodpecker/workflow.yaml
Fritz Grimpen 5ba6d0a23b
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
fixup! disable apparmor and seccomp
2024-11-03 01:50:21 +01:00

20 lines
420 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: quay.io/buildah/stable
commands:
- buildah build keycloak/
environment:
BUILDAH_ISOLATION: chroot
STORAGE_DRIVER: vfs
backend_options:
kubernetes:
securityContext:
apparmorProfile:
type: Unconfined
seccompProfile:
type: Unconfined
privileged: true