From 0841f7671c30fcdf510c207e33ba3e036c089613 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Thu, 26 Jun 2025 16:18:40 +0700 Subject: [PATCH] config: Prepare for the next LCM bricks release --- .gdc-ii-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gdc-ii-config.yaml b/.gdc-ii-config.yaml index 438cb7b1c..b3831b6ef 100644 --- a/.gdc-ii-config.yaml +++ b/.gdc-ii-config.yaml @@ -4,10 +4,10 @@ microservices: dockerfile: './DockerfileOldImage' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: true + promoteImage: false # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false - registerPipelineComponentsWhenPromote: true + registerPipelineComponentsWhenPromote: false argumentsFromFiles: BRICKS_VERSION: 'VERSION' lcm-bricks-nextversion: @@ -15,7 +15,7 @@ microservices: dockerfile: './Dockerfile' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: false + promoteImage: true # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false registerPipelineComponentsWhenPromote: false