name: default kind: pipeline type: docker steps: - name: build image: golang commands: - go get - go build - name: publish image: plugins/docker settings: repo: octocat/hello-world tags: [ 1, 1.1, latest ] registry: 172.20.32.1:5000 insecure: true