From 8ebefa253bb749a4ba4004b4482ead079aecaf76 Mon Sep 17 00:00:00 2001 From: Michael Shitrit Date: Wed, 7 Feb 2024 17:26:58 +0200 Subject: [PATCH] add ci operator file Signed-off-by: Michael Shitrit --- .ci-operator.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .ci-operator.yaml diff --git a/.ci-operator.yaml b/.ci-operator.yaml new file mode 100644 index 0000000..be809c1 --- /dev/null +++ b/.ci-operator.yaml @@ -0,0 +1,4 @@ +build_root_image: + namespace: openshift + name: release + tag: rhel-8-release-golang-1.20-openshift-4.14 \ No newline at end of file