Hi I try with this yml and I'm getting this error:
$ aws ecr get-login-password | docker login --username AWS --password-stdin $DOCKER_REGISTRY Unable to locate credentials. You can configure credentials by running "aws configure". Error: Cannot perform an interactive login from a non TTY device
I already setup the aws key and secret variables in ci/cd settings on gitlab.
Someone know how to resolve it?
I'm using on premise server with a gitlab runner docker with executor docker.
Thanks.