when:
- event: push
branch: main
steps:
- name: build
# image: quay.io/podman/stable
image: ubuntu
commands:
#- podman build .
- sleep 10000