From 0eb0cfdbe5a54d9695c000be5f534dd45c12537a Mon Sep 17 00:00:00 2001 From: techno-467 Date: Fri, 10 Jan 2025 15:16:38 +0530 Subject: [PATCH] [MOSIP-38703],[MOSIP-38704] & [MOSIP-38707] updated push-trigger.yml to Continue docker build only if the SNAPSHOT is present in parent pom otherwise skip Signed-off-by: techno-467 --- esignet-with-plugins/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/esignet-with-plugins/Dockerfile b/esignet-with-plugins/Dockerfile index fdfc382d3..ae936122b 100644 --- a/esignet-with-plugins/Dockerfile +++ b/esignet-with-plugins/Dockerfile @@ -1,4 +1,13 @@ FROM mosipdev/esignet +ARG SOURCE +ARG COMMIT_HASH +ARG COMMIT_ID +ARG BUILD_TIME +LABEL source=${SOURCE} +LABEL commit_hash=${COMMIT_HASH} +LABEL commit_id=${COMMIT_ID} +LABEL build_time=${BUILD_TIME} + # copy all files under target/ to the plugins folder COPY ./target/*.jar ${plugins_path_env}