From 45b446c28e7ea50091700bd81fdbad16e9d0217f Mon Sep 17 00:00:00 2001 From: Karanraj Chauhan Date: Mon, 4 Jan 2021 12:14:45 -0500 Subject: [PATCH] Configure aicoe-ci yaml to build image and push to quay --- .aicoe-ci.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.aicoe-ci.yaml b/.aicoe-ci.yaml index 2bf369a..803f146 100644 --- a/.aicoe-ci.yaml +++ b/.aicoe-ci.yaml @@ -3,14 +3,15 @@ check: - thoth-precommit # Uncomment following line to build a public image of this repo - # - thoth-build + - thoth-build # Uncomment following lines to build a public image of this repo -# build: -# build-stratergy: Source -# build-source-script: "image:///opt/app-root/builder" -# base-image: quay.io/thoth-station/s2i-custom-notebook:latest -# registry: quay.io -# registry-org: aicoe -# registry-project: -# registry-secret: aicoe-pusher-secret +build: + build-stratergy: Source + build-source-script: "image:///opt/app-root/builder" + base-image: quay.io/thoth-station/s2i-custom-notebook:latest + custom-tag: latest + registry: quay.io + registry-org: aicoe + registry-project: openshift-anomaly-detection + registry-secret: aicoe-pusher-secret