From ca233e12b442950bf5380fcb7220ba32e92ecfef Mon Sep 17 00:00:00 2001 From: Tarik Demirovic Date: Wed, 3 Apr 2024 15:54:14 +0200 Subject: [PATCH] Create new build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 5d32a4e..2c55578 100644 --- a/dist/index.js +++ b/dist/index.js @@ -49,7 +49,7 @@ async function build(sdk, params, config) { // Invoke the lambda to start the build const buildTime = (Date.now() / 1000).toString(); - const imageTag = `${Math.floor(buildTime)}+${params.sourceVersion}`; + const imageTag = `${params.sourceVersion}-${Math.floor(buildTime)}`; const lambdaParams = { FunctionName: "GeneralDockerBuildPipelineLambdaFunction", Payload: JSON.stringify({