From 6c6cd21c9e1919a89f958057c4376ac965961d82 Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Wed, 31 Jan 2024 10:48:38 +0100 Subject: [PATCH] Use relative path for Dockerfile instead of static in Konflux config We need to use the relative path in order for Konflux to pick up changes to Containerfile from PRs. Signed-off-by: Antonio Torres --- .tekton/ipa-tuura-pull-request.yaml | 2 +- .tekton/ipa-tuura-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/ipa-tuura-pull-request.yaml b/.tekton/ipa-tuura-pull-request.yaml index 71c715f..a5ca9e2 100644 --- a/.tekton/ipa-tuura-pull-request.yaml +++ b/.tekton/ipa-tuura-pull-request.yaml @@ -19,7 +19,7 @@ metadata: spec: params: - name: dockerfile - value: https://github.com/freeipa/ipa-tuura/raw/main/Containerfile.test + value: Containerfile.test - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/ipa-tuura-push.yaml b/.tekton/ipa-tuura-push.yaml index 5b446ee..28b52da 100644 --- a/.tekton/ipa-tuura-push.yaml +++ b/.tekton/ipa-tuura-push.yaml @@ -18,7 +18,7 @@ metadata: spec: params: - name: dockerfile - value: https://github.com/freeipa/ipa-tuura/raw/main/Containerfile.test + value: Containerfile.test - name: git-url value: '{{source_url}}' - name: output-image