
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
강의에 나온대로 aws configure로 다 입력하고, 확인도 했는데 계속 아래 오류가 떨어집니다. ecr에 있는 정보랑 일치하는것도 확인했습니다.
그리고 브랜치가 protected가 아닌경우 발생할 수 있다고 해서 확인해봤는데 그것도 아니었습니다
aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin 194722431703.dkr.ecr.ap-northeast-2.amazonaws.com
Unable to locate credentials. You can configure credentials by running "aws configure".
Error: Cannot perform an interactive login from a non TTY device
make: *** [Makefile:9: push] Error 1
Cleaning up project directory and file based variables
00:0021
ERROR: Job failed: exit status 1


