From e601c9f1f37c405a7dd065a7f1a11fecc534d9d0 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 2 Feb 2022 16:53:40 +0000 Subject: [PATCH] Resolve inconsistent ECR repo name --- checkout-simple-app/build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout-simple-app/build-and-push.sh b/checkout-simple-app/build-and-push.sh index bad0d5b..49cd450 100755 --- a/checkout-simple-app/build-and-push.sh +++ b/checkout-simple-app/build-and-push.sh @@ -14,7 +14,7 @@ fi ACCOUNT_ID=246316657840 AWS_PROFILE=hhd AWS_REGION=eu-west-1 -REPO_URL=$ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/checkout-test-website +REPO_URL=$ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/checkout-test ASSETS_BUCKET=checkout-test-website-assets # Build and push the docker image