when:
- event: push
branch: main
steps:
- name: build
image: quay.io/podman/stable
commands:
- sleep 10000
# - podman build .
backend_options:
kubernetes:
securityContext:
privileged: true