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.
2 parents 4bb2243 + ca233e1 commit 8477565Copy full SHA for 8477565
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