--- kind: pipeline type: docker name: build trigger: branch: - main steps: - name: build image: node:18-alpine commands: - npm install -g pnpm - apk add --no-cache jq - echo -e "//npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc - pnpm install - pnpm publish --tag latest