Skip to content

Commit 3c30fe5

Browse files
add new build V2 fields
1 parent fd4a4f4 commit 3c30fe5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

graduated/build/step.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
sources:
88
- 'https://github.com/codefresh-io/steps/tree/master/graduated/build'
99
stage: graduated
10-
version: 1.0.1
10+
version: 1.1.0
1111
categories:
1212
- featured
1313
- docker
@@ -96,6 +96,21 @@ spec:
9696
"target": {
9797
"type": "string",
9898
"description": "target stage in a multistage build (build will run until this stage)"
99+
},
100+
"tags": {
101+
"type": "array",
102+
"items": {
103+
"type": "string"
104+
},
105+
"description": "Multiple tags under which to push the image."
106+
},
107+
"registry": {
108+
"type": "string",
109+
"description": "The registry logical name of one of the inserted registries from the integration view."
110+
},
111+
"disable_push": {
112+
"type": "boolean",
113+
"description": "Do not push to any registry automatically."
99114
}
100115
}
101116
}

0 commit comments

Comments
 (0)