Skip to content

Commit dbdf63c

Browse files
Update plugin.yaml
1 parent 780257a commit dbdf63c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

stable/relese-to-NPM/plugin.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
version: "1.0"
2-
1+
version: '1.0'
32
steps:
4-
5-
build_step:
3+
BuildingDockerImage:
4+
title: Building Docker Image
65
type: build
6+
image_name: zivcodefresh/npmtest
7+
working_directory: ./
78
dockerfile: Dockerfile
8-
image-name: codefresh/cli
9-
tag: ${{CF_BRANCH}}
10-
9+
tag: '${{CF_BRANCH_TAG_NORMALIZED}}'
1110
deploy_to_npm:
1211
title: Publishing To Npm
1312
image: codefresh/release-to-npm

0 commit comments

Comments
 (0)