--- kind: pipeline name: default platform: os: linux arch: amd64 steps: - name: build image: golang commands: - go build image_pull_secrets: - dockerhub ...