oci-images/.woodpecker/workflow.yaml
Fritz Grimpen 787655b22e
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
disable apparmor and seccomp
2024-11-03 01:46:36 +01:00

17 lines
345 B
YAML

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