From 032084bf7b644e8c464209c588006cdb58991f45 Mon Sep 17 00:00:00 2001 From: akashHPE <155995494+akashHPE@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:26:04 -0500 Subject: [PATCH] Update README.md Updating the code for the deploy repository section. Previously had denisd hardcoded in the repo name. Updating to reflect user's name () --- deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/README.md b/deploy/README.md index b5179b3..b6b4205 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -303,7 +303,7 @@ docker buildx build --pull --no-cache --platform linux/amd64 -t ${REGISTRY_URI}/ # IF YOU ARE USING ECR, YOU MUST CREATE THE REPOSITORY FIRST ## Execute these commands only for AWS ECR aws ecr get-login-password --region ${AZ_REGION} | docker login --username AWS --password-stdin ${REGISTRY_URL} -aws ecr create-repository --repository-name=${NAME}/denisd_cats_dogs_deploy --region ${AZ_REGION} +aws ecr create-repository --repository-name=${NAME}/_cats_dogs_deploy --region ${AZ_REGION} ## docker push ${REGISTRY_URI}/_cats_dogs_deploy:1.0