Skip to content

Commit 5f87306

Browse files
committed
Fix path on the build-arg-file field
1 parent 720bc86 commit 5f87306

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
@@ -27,7 +27,7 @@ spec:
2727
- name: dockerfile
2828
value: runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu
2929
- name: build-args-file
30-
value: runtimes/minimal/build-args/cpu.conf
30+
value: runtimes/minimal/ubi9-python-3.12/build-args/cpu.conf
3131
- name: path-context
3232
value: .
3333
- name: additional-tags

0 commit comments

Comments
 (0)