Skip to content
This repository was archived by the owner on Nov 10, 2019. It is now read-only.

Commit cce102a

Browse files
metadata update
1 parent 42c4a43 commit cce102a

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

plugins/release-to-NPM/example.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
deploy_to_npm:
2+
title: Publishing To Npm
3+
image: codefresh/release-to-npm
4+
commands:
5+
- NPM_TOKEN=${{NPM_TOKEN}} npm run release-to-npm

plugins/release-to-NPM/plugin.yaml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
version: '1.0'
2-
steps:
3-
BuildingDockerImage:
4-
title: Building Docker Image
5-
type: build
6-
image_name: zivcodefresh/npmtest
7-
working_directory: ./
8-
dockerfile: Dockerfile
9-
tag: '${{CF_BRANCH_TAG_NORMALIZED}}'
10-
deploy_to_npm:
11-
title: Publishing To Npm
12-
image: codefresh/release-to-npm
13-
commands:
14-
- NPM_TOKEN=${{NPM_TOKEN}} npm run release-to-npm
1+
title: release-to-npm plugin
2+
image: codefresh/release-to-npm:latest
3+
description: The release-to-npm can be used to publish images to npm
4+
category:
5+
- Featured
6+
source: 'https://github.com/codefresh-io/'
7+
logo: 'https://authy.com/wp-content/uploads/npm-logo.png'
8+
maintainers:
9+
- name: NA
10+
envs:
11+
- name: NPM_TOKEN
12+
description: 'token of npm account (required)'

0 commit comments

Comments
 (0)