From 3fc20529b654158fbce3b074d0cb66da0ba00edd Mon Sep 17 00:00:00 2001 From: Robin Gautier Date: Thu, 15 Feb 2024 13:36:25 -0800 Subject: [PATCH] Changing to the new public docker repository --- cdk/gasolina/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk/gasolina/config/index.ts b/cdk/gasolina/config/index.ts index 227b9d8..21b37e5 100644 --- a/cdk/gasolina/config/index.ts +++ b/cdk/gasolina/config/index.ts @@ -11,7 +11,7 @@ export const CONFIG: { } = { // EDIT: aws account number '': { - gasolinaRepo: 'public.ecr.aws/t7p6p5n2/gasolina', + gasolinaRepo: 'us-east1-docker.pkg.dev/lz-docker/gasolina/gasolina', appVersion: 'latest', // EDIT: version and tag of the gasolina image projectName: '', // EDIT: project_name e.g. foobar-gasolina environment: '', // EDIT: environment e.g. mainnet/testnet