From 735efaf6c298ae7c3137446e8d6b39beaa5f1e68 Mon Sep 17 00:00:00 2001 From: Harshad Reddy Nalla Date: Tue, 29 Mar 2022 01:34:49 +0530 Subject: [PATCH] Set custom tag latest to the latest build Signed-off-by: Harshad Reddy Nalla --- .aicoe-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.aicoe-ci.yaml b/.aicoe-ci.yaml index 951c5df..2777486 100644 --- a/.aicoe-ci.yaml +++ b/.aicoe-ci.yaml @@ -3,6 +3,7 @@ check: build: base-image: "quay.io/thoth-station/s2i-minimal-py38-notebook:v0.2.2" build-stratergy: "Source" + custom-tag: "latest" registry: "quay.io" registry-org: "thoth-station" registry-project: "s2i-lab-elyra"