Skip to content

Commit 1eec8a8

Browse files
authored
Merge pull request #2496 from atheo89/fix-path
Fix path on the build-arg-file field
2 parents 720bc86 + 5f87306 commit 1eec8a8

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)