File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
sources :
8
8
- ' https://github.com/codefresh-io/steps/tree/master/graduated/build'
9
9
stage : graduated
10
- version : 1.0.1
10
+ version : 1.1.0
11
11
categories :
12
12
- featured
13
13
- docker
96
96
"target": {
97
97
"type": "string",
98
98
"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."
99
114
}
100
115
}
101
116
}
You can’t perform that action at this time.
0 commit comments