kind: pipeline name: CaddyBuild steps: - name: Build Caddy Server image: golang commands: - ls - go get ./... - go build -o caddy main.go