From: Zhang Rong(Jon) Date: Fri, 1 Mar 2024 02:28:11 +0000 (+0800) Subject: Fix the 2.0.3 version image pull failed X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=pti%2Fo2.git;a=commitdiff_plain;h=b024d12884afe2ac7405fe7767f51e050a095151 Fix the 2.0.3 version image pull failed This commit will fix the image 2.0.3 pull failed. It will roll back the patch version of the master branch to 2.0.3, then make the ci recreate the image 2.0.3 Issue-ID: INF-444 Signed-off-by: Zhang Rong(Jon) Change-Id: I77067010da808358fb46057cd36694179b316d34 --- diff --git a/stages/container-tag.yaml b/stages/container-tag.yaml index ba9b8a8..d1c1fa6 100644 --- a/stages/container-tag.yaml +++ b/stages/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: "2.0.4" +tag: "2.0.3"