From b79366bb03014a729a851ec631db9be8c53fa8da Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Tue, 21 Dec 2021 11:13:18 +0800 Subject: [PATCH] Add staging file for docker merge job Issue-ID: INF-248 Signed-off-by: Bin Yang Change-Id: I81e9bd77c25b106931b0e474f28c329053040cef --- stages/container-tag.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stages/container-tag.yml diff --git a/stages/container-tag.yml b/stages/container-tag.yml new file mode 100644 index 0000000..ae42d95 --- /dev/null +++ b/stages/container-tag.yml @@ -0,0 +1,5 @@ +# The Jenkins job requires a tag to build the Docker image. +# By default this file is in the docker build directory, +# but the location can configured in the JJB template. +--- +tag: "1.0.0" -- 2.16.6