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