pipeline: build: image: golang:1.17 commands: - go build - go test publish: image: plugins/docker repo: foo/bar