oci-images/.woodpecker/workflow.yaml

18 lines
345 B
YAML
Raw Normal View History

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:
2024-11-02 19:46:36 -05:00
apparmorProfile:
type: Unconfined
seccompProfile:
type: Unconfined
2024-11-02 19:35:52 -05:00
privileged: true