Skip to content

Commit 7c26b6b

Browse files
authored
Fix additional-tags option on the pipeline configs (#1413)
1 parent 43cab12 commit 7c26b6b

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
value: .
3535
- name: additional-tags
3636
value:
37-
- '$$OUTPUT_IMAGE_TAG$$'
37+
- '{{target_branch}}-{{revision}}'
3838
pipelineSpec:
3939
description: |
4040
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
value: .
3535
- name: additional-tags
3636
value:
37-
- '$$OUTPUT_IMAGE_TAG$$'
37+
- '{{target_branch}}-{{revision}}'
3838
pipelineSpec:
3939
description: |
4040
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
value: .
3535
- name: additional-tags
3636
value:
37-
- '$$OUTPUT_IMAGE_TAG$$'
37+
- '{{target_branch}}-{{revision}}'
3838
pipelineSpec:
3939
description: |
4040
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
value: .
3535
- name: additional-tags
3636
value:
37-
- '$$OUTPUT_IMAGE_TAG$$'
37+
- '{{target_branch}}-{{revision}}'
3838
pipelineSpec:
3939
description: |
4040
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
value: .
3939
- name: additional-tags
4040
value:
41-
- '$$OUTPUT_IMAGE_TAG$$'
41+
- '{{target_branch}}-{{revision}}'
4242
taskRunSpecs:
4343
- pipelineTaskName: build-container
4444
stepSpecs:

.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
value: .
3939
- name: additional-tags
4040
value:
41-
- '$$OUTPUT_IMAGE_TAG$$'
41+
- '{{target_branch}}-{{revision}}'
4242
taskRunSpecs:
4343
- pipelineTaskName: build-container
4444
stepSpecs:

.tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
value: .
3737
- name: additional-tags
3838
value:
39-
- '$$OUTPUT_IMAGE_TAG$$'
39+
- '{{target_branch}}-{{revision}}'
4040
pipelineSpec:
4141
description: |
4242
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
value: .
3737
- name: additional-tags
3838
value:
39-
- '$$OUTPUT_IMAGE_TAG$$'
39+
- '{{target_branch}}-{{revision}}'
4040
pipelineSpec:
4141
description: |
4242
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
value: .
3939
- name: additional-tags
4040
value:
41-
- '$$OUTPUT_IMAGE_TAG$$'
41+
- '{{target_branch}}-{{revision}}'
4242
taskRunSpecs:
4343
- pipelineTaskName: ecosystem-cert-preflight-checks
4444
computeResources:

.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
value: .
3939
- name: additional-tags
4040
value:
41-
- '$$OUTPUT_IMAGE_TAG$$'
41+
- '{{target_branch}}-{{revision}}'
4242
taskRunSpecs:
4343
- pipelineTaskName: ecosystem-cert-preflight-checks
4444
computeResources:

0 commit comments

Comments
 (0)