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