Skip to content

Commit

Permalink
[DOP-4334]: Use gha cache
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Feb 26, 2024
1 parent 400f9d1 commit 51c0e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdk-infra/lib/constructs/worker/worker-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export class WorkerConstruct extends Construct {
NPM_BASE_64_AUTH: dockerEnvironment.NPM_BASE_64_AUTH,
NPM_EMAIL: dockerEnvironment.NPM_EMAIL,
},
cacheFrom: [{ type: 'ecr' }],
cacheTo: { type: 'ecr', params: { mode: 'max' } },
cacheFrom: [{ type: 'gha' }],
cacheTo: { type: 'gha', params: { mode: 'max' } },
};

const taskDefLogGroup = new LogGroup(this, 'workerLogGroup');
Expand Down

0 comments on commit 51c0e72

Please sign in to comment.