Skip to content

Commit

Permalink
Merge pull request #32 from brave-intl/dist-update
Browse files Browse the repository at this point in the history
Create new build to update tag format
  • Loading branch information
tarikdem authored Apr 3, 2024
2 parents 4bb2243 + ca233e1 commit 8477565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 8477565

Please sign in to comment.