From 6b117a95b683d2f8d61be0257066e553e593030d Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 13 Jan 2022 15:26:16 +0530 Subject: [PATCH] Update container tag v1.1.1 Uddate container tag v1.1.1. Signed-off-by: subhash kumar singh Change-Id: I9cfc5bea3a3f4001be2f915a6c8a50e452558e01 --- config/config-file.json | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config-file.json b/config/config-file.json index 24f38e6..40570ab 100644 --- a/config/config-file.json +++ b/config/config-file.json @@ -7,7 +7,7 @@ "image": { "registry": "nexus3.o-ran-sc.org:10004", "name": "o-ran-sc/ric-app-hw-go", - "tag": "1.1.0" + "tag": "1.1.1" } } ], diff --git a/container-tag.yaml b/container-tag.yaml index 21fe94d..a900bc4 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job requires a tag to build the Docker image. # Global-JJB script assumes this file is in the repo root. --- -tag: 1.1.0 +tag: 1.1.1 -- 2.16.6