Skip to content

Commit

Permalink
Merge pull request #1943 from hung-nguyen-hoang/MSF-25417-Impl
Browse files Browse the repository at this point in the history
CONFIG: MSF-25417 Allow LCM build pipeline push image to lcm-bricks-nextversion path

Reviewed-by: Manh Ha
             https://github.com/ngocmanhha
  • Loading branch information
gdgate authored Aug 21, 2023
2 parents 35c32c7 + 43080e4 commit bb136f1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gdc-ii-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@ microservices:
lcm-bricks:
docker:
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
# 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
argumentsFromFiles:
BRICKS_VERSION: 'VERSION'
lcm-bricks-nextversion:
docker:
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: 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
argumentsFromFiles:
BRICKS_VERSION: 'VERSION'

Expand Down

0 comments on commit bb136f1

Please sign in to comment.