Skip to content

Commit 2d3dbeb

Browse files
committed
Revert changes on output-image
1 parent 842b79e commit 2d3dbeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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:2025b-v1.36
26+
value: quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9:'{{revision}}'
2727
- name: dockerfile
2828
value: runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu
2929
- name: build-args-file
@@ -33,6 +33,7 @@ spec:
3333
- name: additional-tags
3434
value:
3535
- '{{target_branch}}-{{revision}}'
36+
- 2025a-v1.35
3637
pipelineRef:
3738
name: singlearch-push-pipeline
3839
taskRunTemplate:

0 commit comments

Comments
 (0)