--- kind: pipeline type: docker name: bindableProperty steps: - name: build image: node commands: - npm ci - npm run build:prod - name: publish image: plugins/npm settings: username: from_secret: username password: from_secret: password email: kovacsadam07@outlook.hu