--- kind: pipeline type: docker name: default steps: - name: Frontend image: node:18 commands: - make build-templates - name: Backend image: golang:1.13 commands: - | go get -v -t -d ./... - make build-binary #