From 201bbb55cad61fc5a2e29ebd363e2b84c64bb56a Mon Sep 17 00:00:00 2001 From: santanude Date: Fri, 13 May 2022 16:41:54 +0530 Subject: [PATCH] Add smo-post-config image to the release process Signed-off-by: santanude Change-Id: Ic2b6d7a6ef18823614a01a9509b2dc01aced0bb2 --- postconfig/container-tag.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postconfig/container-tag.yaml diff --git a/postconfig/container-tag.yaml b/postconfig/container-tag.yaml new file mode 100644 index 0000000..3188b04 --- /dev/null +++ b/postconfig/container-tag.yaml @@ -0,0 +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: 5.0.1 -- 2.16.6