We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb2243 commit ca233e1Copy full SHA for ca233e1
dist/index.js
@@ -49,7 +49,7 @@
49
async function build(sdk, params, config) {
50
// Invoke the lambda to start the build
51
const buildTime = (Date.now() / 1000).toString();
52
- const imageTag = `${Math.floor(buildTime)}+${params.sourceVersion}`;
+ const imageTag = `${params.sourceVersion}-${Math.floor(buildTime)}`;
53
const lambdaParams = {
54
FunctionName: "GeneralDockerBuildPipelineLambdaFunction",
55
Payload: JSON.stringify({
0 commit comments