Welcome to Discuss @arag00rn!
You should be able to insert multiple environment variables into a string by doing something like the following:
"${AWS_ECR_ACCOUNT_URL}/${AWS_RESOURCE_NAME_PREFIX}:${CIRCLE_SHA1}"
Essentially each variable needs to be surrounded by ${}
– give the above a try and let me know if you continue to have any issues! Thanks!