You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/codefresh-yaml/steps/build-1.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ step_name:
48
48
|`tag`| The tag that is assigned to the image you build. <br>The default is the name of the branch or revision that is built.| Default|
49
49
|`no_cache`| Do not use cache when building the image| Optional|
50
50
|`build_arguments`| A set of[Docker build arguments](https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables-build-arg) to pass to the build process.| Optional|
51
+
|`target`| target stage in a multistage build (build will run until this stage)| Optional|
51
52
|`fail_fast`| If a step fails, and the process is halted. The default value is`true`.| Default|
52
53
|`when`| Define a set of conditions that need to be satisfied in order to execute this step.<br>You can find more information in the[Conditional Execution of Steps]({{ site.baseurl }}/docs/codefresh-yaml/conditional-execution-of-steps/) article.| Optional|
53
54
|`metadata`| Annotate the built image with[key-value metadata]({{ site.baseurl }}/docs/codefresh-yaml/metadata-annotations/).| Optional|