kind: pipeline type: podman name: default clone: disable: true steps: - name: test pull: if-not-exists image: alpine commands: - echo hello - echo world - exit 0