Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdf0ecbc

Browse files
committed
no_cf_cache
1 parentbb7ca90 commitdf0ecbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎_docs/codefresh-yaml/steps/build-1.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ step_name:
2222
build_arguments:
2323
- key=value
2424
target: stage1
25+
no_cache: false
26+
no_cf_cache: false
2527
fail_fast: false
2628
metadata:
2729
set:
@@ -48,7 +50,7 @@ step_name:
4850
|`image_name`| The name for the image you build.| Required|
4951
|`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|
5052
|`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/)
5254
|`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|
5355
|`target`| target stage in a multistage build (build will run until this stage)| Optional|
5456
|`fail_fast`| If a step fails, and the process is halted. The default value is`true`.| Default|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp