pipeline: build: image: golang:latest commands: - go build -o segfautils dockerize: image: docker:dind commands: - docker build -t projectsegfault/segfautils .