kind: pipeline name: default platform: os: linux arch: amd64 steps: - name: build image: golang:latest commands: - go build -o faila ./.. - name: docker image: plugins/docker settings: tags: - latest repo: registry.darknebu.la/emile/faila registry: registry.darknebu.la username: from_secret: docker_username password: from_secret: docker_password