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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ step_name:
22
22
build_arguments:
23
23
- key=value
24
24
target: stage1
25
+
no_cache: false
26
+
no_cf_cache: false
25
27
fail_fast: false
26
28
metadata:
27
29
set:
@@ -48,7 +50,7 @@ step_name:
48
50
|`image_name`| The name for the image you build.| Required|
49
51
|`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|
50
52
|`no_cache`| Disable Docker engine cache for the build[more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/)| Optional|
51
-
|`no_cache` | Disable Codefresh build optimization for the build[more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/)
53
+
|`no_cf_cache` | Disable Codefresh build optimization for the build[more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/)
52
54
|`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|
53
55
|`target`| target stage in a multistage build (build will run until this stage)| Optional|
54
56
|`fail_fast`| If a step fails, and the process is halted. The default value is`true`.| Default|