kind: pipeline name: default steps: - name: Build Caddy Server image: golang commands: - go build -o caddy main.go