Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] dockerfile 캐싱을 통한 빌드 시간 단축 #2

Merged
merged 6 commits into from
Jan 17, 2025

Conversation

Fixtar
Copy link
Collaborator

@Fixtar Fixtar commented Jan 7, 2025

관련 이슈 번호

작업 내용

  • GitHub Actions의 Cache 를 이용한 배포 시 빌드 시간 단축

PR 포인트

  • Actions 캐시를 사용하기 위해 cd 로직 변경

고민과 학습내용

Dockerfile 캐시를 이용한 빌드 시간 단축

참고자료

docker docs

스크린샷

@Fixtar Fixtar added the ♻️ Refactor 리팩토링 작업 label Jan 7, 2025
@Fixtar Fixtar self-assigned this Jan 7, 2025
@github-actions github-actions bot added the size/s label Jan 7, 2025
@Fixtar Fixtar merged commit 10fc3ed into develop Jan 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactor 리팩토링 작업 size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 캐싱을 이용한 dockerfile 빌드 최적화
1 participant