Skip to content

Commit eb57baf

Browse files
committed
Update inputset split_evaluator
1 parent 9b9756f commit eb57baf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
inputSet:
22
name: split_evaluator
3+
tags: {}
34
identifier: split_evaluator
45
orgIdentifier: PROD
56
projectIdentifier: Harness_Split
@@ -33,7 +34,7 @@ inputSet:
3334
spec:
3435
repo: <+trigger.payload.repository.name>
3536
tags:
36-
- $VERSION
37+
- <+pipeline.stages.CI_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
3738
- latest
3839
dockerfile: ""
3940
context: ""
@@ -60,7 +61,7 @@ inputSet:
6061
spec:
6162
imageName: <+trigger.payload.repository.name>
6263
tags:
63-
- $VERSION
64+
- <+pipeline.stages.CI_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
6465
- latest
6566
dockerfile: ""
6667
context: ""
@@ -87,7 +88,7 @@ inputSet:
8788
spec:
8889
repo: <+trigger.payload.repository.name>
8990
tags:
90-
- $VERSION
91+
- <+pipeline.stages.CI_Multi_Arch_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
9192
- latest
9293
when:
9394
condition: "true"

0 commit comments

Comments
 (0)