I have followed exactly same for this link Deploying to AWS ECR/ECS
I set environment variables correctly, but I am getting this error always
# Error calling workflow: 'build-and-deploy'
# Error calling job: 'aws-ecr/build_and_push_image'
# Type error for argument region: expected type: env_var_name, actual value: \"${AWS_DEFAULT_REGION}\" (type string)
# Type error for argument account-url: expected type: env_var_name, actual value: \"${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com\" (type string)
#
# -------
I don’t know how to solve this as I followed guide exactly.
Thanks