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

Commita0780bd

Browse files
added tag_policy field in build step (#270)
1 parent76f6ab0 commita0780bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ step_name:
4949
target:stage1
5050
no_cache:false
5151
no_cf_cache:false
52+
tag_policy:original
5253
fail_fast:false
5354
metadata:
5455
set:
@@ -83,6 +84,7 @@ step_name:
8384
| `registry` | The registry logical name of one of the inserted registries from the integration view. <br>The default value will be your default registry [if you have more than one]({{site.baseurl}}/docs/docker-registries/external-docker-registries/). | Optional |
8485
| `registry_contexts` | Advanced property for resolving Docker images when [working with multiple registries with the same domain]({{site.baseurl}}/docs/docker-registries/working-with-docker-registries/#working-with-multiple-registries-with-the-same-domain) | Optional |
8586
|`disable_push` | Do not push to any registry automatically. | Optional |
87+
|`tag_policy` | Push the tag without change it to lowercase automatically. By default `tag:MixedCase` will be pushed as `image_name:mixedcase` | Optional |
8688
| `no_cache` | Disable Docker engine cache for the build [more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/) | Optional |
8789
| `no_cf_cache` | Disable Codefresh build optimization for the build [more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/)
8890
| `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 |

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp