2024-11-02 18:39:47 -05:00
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
branch: main
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
2024-11-02 19:39:12 -05:00
|
|
|
image: quay.io/buildah/stable
|
2024-11-02 18:39:47 -05:00
|
|
|
commands:
|
2024-11-02 19:39:12 -05:00
|
|
|
- buildah build keycloak/
|
2024-11-02 19:35:52 -05:00
|
|
|
backend_options:
|
|
|
|
kubernetes:
|
|
|
|
securityContext:
|
|
|
|
privileged: true
|