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

Commit1c649b0

Browse files
committed
no_cf_cache
1 parent0b0b8e1 commit1c649b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ step_name:
4747
|`dockerfile`| The path to the`Dockerfile` from which the image is built. The default is`Dockerfile`.| Default|
4848
|`image_name`| The name for the image you build.| Required|
4949
|`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-
|`no_cache`| Do not use cache when building the image| Optional|
50+
|`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/)
5152
|`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|
5253
|`target`| target stage in a multistage build (build will run until this stage)| Optional|
5354
|`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