We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842b79e commit 2d3dbebCopy full SHA for 2d3dbeb
.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml
@@ -23,7 +23,7 @@ spec:
23
- name: revision
24
value: '{{revision}}'
25
- name: output-image
26
- value: quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9:2025b-v1.36
+ value: quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9:'{{revision}}'
27
- name: dockerfile
28
value: runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu
29
- name: build-args-file
@@ -33,6 +33,7 @@ spec:
33
- name: additional-tags
34
value:
35
- '{{target_branch}}-{{revision}}'
36
+ - 2025a-v1.35
37
pipelineRef:
38
name: singlearch-push-pipeline
39
taskRunTemplate:
0 commit comments