File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ phases:
46
46
- ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)
47
47
- AWS_REGION=us-east-1
48
48
- ECR_REGISTRY="${ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com"
49
- - IMAGE_URI="${ECR_REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG}" # Constructing Image URI
50
49
- aws ecr get-login-password --region ${AWS_REGION} | docker login --username AWS --password-stdin ${ECR_REGISTRY}
51
50
52
51
- docker tag ${IMAGE_NAME}:${IMAGE_TAG} ${ECR_REPOSITORY}:${IMAGE_TAG}
@@ -61,6 +60,7 @@ phases:
61
60
- cat template.yml
62
61
63
62
- echo "Creating environment config..."
63
+ - IMAGE_URI="${ECR_REPOSITORY}:${IMAGE_TAG}"
64
64
- cicd/3-app/aiproxy/config/create-environment-config.sh
65
65
66
66
- echo "Packaging Cloudformation Template..."
You can’t perform that action at this time.
0 commit comments