From fa9150a0e456cc4f100d30f242b114515501bace Mon Sep 17 00:00:00 2001 From: RehanRaza Date: Fri, 15 Jan 2021 10:55:19 +0100 Subject: [PATCH] Correct the frontend image tag Remove SNAPSHOT from the image tag in container-tag.yaml file. Otherwise, the image with keyword SNAPSHOT gets pushed to the nexus staging directory. Change-Id: I2805fc555d433fb293a33075f5b49c5a7769b659 Issue-ID: NONRTRIC-376 Signed-off-by: RehanRaza --- webapp-frontend/container-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp-frontend/container-tag.yaml b/webapp-frontend/container-tag.yaml index 46ba559..82f559b 100644 --- a/webapp-frontend/container-tag.yaml +++ b/webapp-frontend/container-tag.yaml @@ -1,2 +1,2 @@ --- -tag: 2.2.0-SNAPSHOT +tag: 2.2.0 -- 2.16.6