From 20501a36d0a40faaa19ce915ce07575040c881f4 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 21 Jun 2021 15:59:03 +0200 Subject: [PATCH] new rompr version --- apps/rompr/tekton-image-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rompr/tekton-image-build.yaml b/apps/rompr/tekton-image-build.yaml index d288004..b899c7a 100644 --- a/apps/rompr/tekton-image-build.yaml +++ b/apps/rompr/tekton-image-build.yaml @@ -30,10 +30,10 @@ spec: params: - name: pathToDockerFile type: string - default: $(resources.inputs.source.path)/apps/web/rompr/Dockerfile + default: $(resources.inputs.source.path)/apps/rompr/Dockerfile - name: pathToContext type: string - default: $(resources.inputs.source.path)/apps/web/rompr + default: $(resources.inputs.source.path)/apps/rompr resources: inputs: - name: source