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