From bef28c5d6c780ceabd5ae6ab93ebabb22142a12b Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Tue, 14 Dec 2021 00:15:42 +0530 Subject: [PATCH] Update container tag v1.1.0 Update container tag v1.1.0. Signed-off-by: subhash kumar singh Change-Id: I82ee0e956207ae56d727b16afb1defe41f722f65 --- 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 7d05181..24f38e6 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.0.1" + "tag": "1.1.0" } } ], diff --git a/container-tag.yaml b/container-tag.yaml index 1c47902..21fe94d 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.0.1 +tag: 1.1.0 -- 2.16.6