Skip to content

Commit ca233e1

Browse files
committed
Create new build
1 parent 4bb2243 commit ca233e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
async function build(sdk, params, config) {
5050
// Invoke the lambda to start the build
5151
const buildTime = (Date.now() / 1000).toString();
52-
const imageTag = `${Math.floor(buildTime)}+${params.sourceVersion}`;
52+
const imageTag = `${params.sourceVersion}-${Math.floor(buildTime)}`;
5353
const lambdaParams = {
5454
FunctionName: "GeneralDockerBuildPipelineLambdaFunction",
5555
Payload: JSON.stringify({

0 commit comments

Comments
 (0)