kind: pipeline type: ssh name: image builder server: host: 192.168.1.2 user: build password: from_secret: ssh_password steps: - name: build commands: - make build