Skip to content

Commit 8477565

Browse files
authored
Merge pull request #32 from brave-intl/dist-update
Create new build to update tag format
2 parents 4bb2243 + ca233e1 commit 8477565

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)