20 lines
420 B
YAML
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
|