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