kind: pipeline type: docker name: build steps: - name: install & build image: oven/bun commands: - bun install - bun run build