From b049dceeb565b36ae31a16e1d7d82e6bf49689b9 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 19 May 2021 16:03:29 +0300 Subject: [PATCH 1/3] added tag_policy field in build step --- _docs/codefresh-yaml/steps/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_docs/codefresh-yaml/steps/build.md b/_docs/codefresh-yaml/steps/build.md index 676f0d3e9..877be5e28 100644 --- a/_docs/codefresh-yaml/steps/build.md +++ b/_docs/codefresh-yaml/steps/build.md @@ -49,6 +49,7 @@ step_name: target: stage1 no_cache: false no_cf_cache: false + tag_policy: original fail_fast: false metadata: set: @@ -83,6 +84,7 @@ step_name: | `registry` | The registry logical name of one of the inserted registries from the integration view.
The default value will be your default registry [if you have more than one]({{site.baseurl}}/docs/docker-registries/external-docker-registries/). | Optional | | `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 | |`disable_push` | Do not push to any registry automatically. | Optional | +|`tag_policy` | Push the tag without change it to lowercase automatically. By default `tag: MixedCase` will be pushed as `image_name:mixedcase` | Optional | | `no_cache` | Disable Docker engine cache for the build [more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/) | Optional | | `no_cf_cache` | Disable Codefresh build optimization for the build [more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/) | `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 | From af8e4f2d799c8199038482a763938c37f5319871 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 25 May 2021 10:18:36 +0300 Subject: [PATCH 2/3] updated hooks limitations --- _docs/codefresh-yaml/hooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_docs/codefresh-yaml/hooks.md b/_docs/codefresh-yaml/hooks.md index 8d48ea68f..2252da980 100644 --- a/_docs/codefresh-yaml/hooks.md +++ b/_docs/codefresh-yaml/hooks.md @@ -603,6 +603,7 @@ With the current implementation of hooks, the following limitations are present: * Hooks are not supported for [parallel steps]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/) * You cannot use [Codefresh plugins]({{site.baseurl}}/docs/codefresh-yaml/steps/#creating-your-own-step) inside hook segments * Exporting variables with [cf_export]({{site.baseurl}}/docs/codefresh-yaml/variables/#using-cf_export-command) does not work inside hooks +* Storage integrations don't resolve in hooks (for example, [test reports]({{site.baseurs}}/docs/testing/test-reports/#producing-allure-test-reports-from-codefresh-pipelines)) From d07da226c69932c9e5b0f7243f274d1bcd8869b3 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 25 May 2021 10:27:14 +0300 Subject: [PATCH 3/3] fixed url typo --- _docs/codefresh-yaml/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/codefresh-yaml/hooks.md b/_docs/codefresh-yaml/hooks.md index 2252da980..8ac4b7eb3 100644 --- a/_docs/codefresh-yaml/hooks.md +++ b/_docs/codefresh-yaml/hooks.md @@ -603,7 +603,7 @@ With the current implementation of hooks, the following limitations are present: * Hooks are not supported for [parallel steps]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/) * You cannot use [Codefresh plugins]({{site.baseurl}}/docs/codefresh-yaml/steps/#creating-your-own-step) inside hook segments * Exporting variables with [cf_export]({{site.baseurl}}/docs/codefresh-yaml/variables/#using-cf_export-command) does not work inside hooks -* Storage integrations don't resolve in hooks (for example, [test reports]({{site.baseurs}}/docs/testing/test-reports/#producing-allure-test-reports-from-codefresh-pipelines)) +* Storage integrations don't resolve in hooks (for example, [test reports]({{site.baseurl}}/docs/testing/test-reports/#producing-allure-test-reports-from-codefresh-pipelines))