when:
- event: push
branch: main
steps:
- name: build
image: quay.io/podman/stable
commands:
- echo "First step"
# - podman build .