Skip to content

Commit 842b79e

Browse files
authored
Merge pull request opendatahub-io#2458 from atheo89/check-revision
Remove revision from output-image opt
2 parents 21ad727 + dde3132 commit 842b79e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- name: revision
2424
value: '{{revision}}'
2525
- name: output-image
26-
value: quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9:{{revision}}
26+
value: quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9:2025b-v1.36
2727
- name: dockerfile
2828
value: runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu
2929
- name: build-args-file
@@ -33,7 +33,6 @@ spec:
3333
- name: additional-tags
3434
value:
3535
- '{{target_branch}}-{{revision}}'
36-
- 2025a-v1.35
3736
pipelineRef:
3837
name: singlearch-push-pipeline
3938
taskRunTemplate:

0 commit comments

Comments
 (0)