From b024d12884afe2ac7405fe7767f51e050a095151 Mon Sep 17 00:00:00 2001 From: "Zhang Rong(Jon)" Date: Fri, 1 Mar 2024 10:28:11 +0800 Subject: [PATCH] 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 --- stages/container-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6