From 0575851bf58ed118861ae64bc516b09c18de88d8 Mon Sep 17 00:00:00 2001 From: mariano-arago Date: Thu, 16 Oct 2025 15:55:14 -0300 Subject: [PATCH] Fix Harness CI docker image tags --- .../deploy_qos_v3/input_sets/split_synchronizer.yaml | 4 ++-- .../deploy_qos_v3/input_sets/split_synchronizer_unstable.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer.yaml b/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer.yaml index af338437..cbf54e5a 100644 --- a/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer.yaml +++ b/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer.yaml @@ -25,7 +25,7 @@ inputSet: identifier: BuildAndPush type: BuildAndPushDockerRegistry spec: - repo: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> + repo: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> tags: - <+pipeline.stages.CI<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION> - latest @@ -61,7 +61,7 @@ inputSet: identifier: BuildAndPushECR type: BuildAndPushECR spec: - imageName: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> + imageName: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> tags: - <+pipeline.stages.ECR<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION> - latest diff --git a/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer_unstable.yaml b/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer_unstable.yaml index 0370db36..fc558891 100644 --- a/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer_unstable.yaml +++ b/.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer_unstable.yaml @@ -25,7 +25,7 @@ inputSet: identifier: BuildAndPush type: BuildAndPushDockerRegistry spec: - repo: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> + repo: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> tags: - <+pipeline.stages.CI<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION> - latest @@ -60,7 +60,7 @@ inputSet: identifier: BuildAndPushECR type: BuildAndPushECR spec: - imageName: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> + imageName: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":""> tags: - <+pipeline.stages.ECR<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION> - latest