Skip to content

Commit 405159d

Browse files
authored
Merge pull request #2490 from atheo89/remove-quotes
Remove single quotes from revision
2 parents 09cc662 + da0c348 commit 405159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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:'{{revision}}'
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

0 commit comments

Comments
 (0)