From 3d8cec44fb78f5c06fe3cde3ff69c43f2bfb6010 Mon Sep 17 00:00:00 2001 From: Siddhesh Ghadi Date: Tue, 1 Apr 2025 15:00:32 +0530 Subject: [PATCH] Correct path in bundle push job Signed-off-by: Siddhesh Ghadi --- .tekton/openshift-gitops-operator-bundle-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/openshift-gitops-operator-bundle-push.yaml b/.tekton/openshift-gitops-operator-bundle-push.yaml index 09758bcd5..1f25bd01b 100644 --- a/.tekton/openshift-gitops-operator-bundle-push.yaml +++ b/.tekton/openshift-gitops-operator-bundle-push.yaml @@ -12,7 +12,7 @@ metadata: ( files.all.exists(x, x.matches('bundle/')) || files.all.exists(x, x.matches('bundle.Dockerfile')) || - files.all.exists(x, x.matches('.tekton/openshift-gitops-operator-bundle-push-request.yaml')) + files.all.exists(x, x.matches('.tekton/openshift-gitops-operator-bundle-push.yaml')) ) creationTimestamp: null labels: