--- kind: pipeline type: docker name: test pipe platform: os: linux arch: amd64 steps: - name: publish image: plugins/npm settings: email: from_secret: npm-email password: from_secret: npm-password username: from_secret: npm-user ...