File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,9 @@ parameters:
119
119
extra_build_args :
120
120
default : " "
121
121
description : >
122
- Extra flags to pass to docker build. For examples, see
123
- https://docs.docker.com/engine/reference/commandline/build
122
+ Extra flags to pass to docker build. This parameter accepts multi-line arguments.
123
+ If your argument spans multiple lines, please use the Folded Block Style denoted by `>-` (e.g. extra_build_args: >-).
124
+ For examples of available flags, see https://docs.docker.com/engine/reference/commandline/buildx_build
124
125
type : string
125
126
126
127
no_output_timeout :
Original file line number Diff line number Diff line change @@ -42,11 +42,12 @@ parameters:
42
42
description : The amount of time to allow the docker command to run before timing out.
43
43
44
44
extra_build_args :
45
- type : string
46
45
default : " "
47
46
description : >
48
- Extra flags to pass to docker build. For examples, see
49
- https://docs.docker.com/engine/reference/commandline/buildx
47
+ Extra flags to pass to docker build. This parameter accepts multi-line arguments.
48
+ If your argument spans multiple lines, please use the Folded Block Style denoted by `>-` (e.g. extra_build_args: >-).
49
+ For examples of available flags, see https://docs.docker.com/engine/reference/commandline/buildx_build
50
+ type : string
50
51
51
52
skip_when_tags_exist :
52
53
type : boolean
Original file line number Diff line number Diff line change @@ -128,11 +128,12 @@ parameters:
128
128
type : string
129
129
130
130
extra_build_args :
131
- type : string
132
131
default : " "
133
132
description : >
134
- Extra flags to pass to docker build. For examples, see
135
- https://docs.docker.com/engine/reference/commandline/build
133
+ Extra flags to pass to docker build. This parameter accepts multi-line arguments.
134
+ If your argument spans multiple lines, please use the Folded Block Style denoted by `>-` (e.g. extra_build_args: >-).
135
+ For examples of available flags, see https://docs.docker.com/engine/reference/commandline/buildx_build
136
+ type : string
136
137
137
138
no_output_timeout :
138
139
type : string
You can’t perform that action at this time.
0 commit comments