Hi. I’m trying to use aws_auth
in my docker executor
and I get the following error:
error authentication with ECR: MissingRegion: could not find region configuration
Here’s a snippet from my config.yml
, the executor in question is amazon
(I’ve made a screenshot to save yaml
formatting):
I’ve started with 0 ENV vars, now I have 4 and it still doesn’t work. I have AWS_REGION
env var set in my Project Settings as well.
What frustrates me the most is that aws_auth
works in my other executor tester
. And I don’t specify any env vars there.
Is there anything I’m doing wrong here?