Skip to content

Commit

Permalink
[MOSIP-38703],[MOSIP-38704] & [MOSIP-38707] updated push-trigger.yml …
Browse files Browse the repository at this point in the history
…to Continue docker build only if the SNAPSHOT is present in parent pom otherwise skip

Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed Jan 10, 2025
1 parent ec7e01a commit 0eb0cfd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions esignet-with-plugins/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 0eb0cfd

Please sign in to comment.