Skip to content

Commit 5f99fe4

Browse files
Merge pull request #322 from splitio/CLI-51575-a
Fix Harness CI docker image tags
2 parents f24342e + 0575851 commit 5f99fe4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputSet:
2525
identifier: BuildAndPush
2626
type: BuildAndPushDockerRegistry
2727
spec:
28-
repo: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
28+
repo: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
2929
tags:
3030
- <+pipeline.stages.CI<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
3131
- latest
@@ -61,7 +61,7 @@ inputSet:
6161
identifier: BuildAndPushECR
6262
type: BuildAndPushECR
6363
spec:
64-
imageName: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
64+
imageName: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
6565
tags:
6666
- <+pipeline.stages.ECR<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
6767
- latest

.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer_unstable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputSet:
2525
identifier: BuildAndPush
2626
type: BuildAndPushDockerRegistry
2727
spec:
28-
repo: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
28+
repo: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
2929
tags:
3030
- <+pipeline.stages.CI<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
3131
- latest
@@ -60,7 +60,7 @@ inputSet:
6060
identifier: BuildAndPushECR
6161
type: BuildAndPushECR
6262
spec:
63-
imageName: <+trigger.payload.repository.name>/split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
63+
imageName: split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
6464
tags:
6565
- <+pipeline.stages.ECR<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
6666
- latest

0 commit comments

Comments
 (0)