Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업 개요
작업 사항
문제점
기존 구성에서 멀티플랫폼으로 빌드해서 문제였던 것 같습니다. 제가 로컬에서 확인해본다고 arm64를 추가해뒀는데 제외했어야되는데 오래걸린 로그보니 arm64 이미지 빌드할 때 시간이 오래걸렸습니다.
제거하고 배포환경인 amd64만 이미지 빌드하도록 하였습니다.
현재 빌드 속도
참고
Github Actions 사용 시 docker build 속도 높이기
해당 내용은 ECR이지만 동일하게 클라우드레지스트리에 적용가능할 것 같아서 캐싱적용했습니다.