문제 해결

Untitled

docker hub의 repository 이름과 GitHub Actions를 통해 생성하는 docker image의 tag가 달라서 발생하는 문제이다. {{ github.repository }}가 8percent가 아닌 jseop-lim/8percent여서 발생했다. 따라서 8percent 문자열을 env에서 REPOSITORY_NAME으로 등록하고 {{ env.REPOSITORY_NAME }}으로 대체하여 해결했다.

Docker buildx Error : rpc error: code = Unknown desc = server message: insufficient_scope: authorization failed