13 lines
234 B
YAML
13 lines
234 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: build
|
|
image: quay.io/buildah/stable
|
|
commands:
|
|
- buildah build keycloak/
|
|
backend_options:
|
|
kubernetes:
|
|
securityContext:
|
|
privileged: true
|