kind: pipeline type: kubernetes name: default steps: - name: greeting image: registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74 commands: - echo hello - echo world trigger: event: - push