-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/#46_CICD_DB_Docker_고도화 #58
The head ref may contain hidden characters: "Feature/#46_CICD_DB_Docker_\uACE0\uB3C4\uD654"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다~! 수고하셨어요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니당~
- name: Pull DB Image From ECR | ||
if: steps.db-docker-image.outputs.cache-hit != 'true' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 이렇게 캐시 히트 발생 여부를 확인할 수 있군요~ 알아갑니다.
tasks.named('test') { | ||
useJUnitPlatform() | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다! 수고하셨습니다~!
#️⃣ 연관된 이슈
#46
📝 작업 내용
Docker DB Image를 캐싱하도록 합니다. 만약 caching miss가 일어난다면 ECR에 있는 이미지를 가져오도록 합니다.
💬 리뷰 요구사항(선택)
리뷰를 반영해 RP 이름을 수정했고 기존의 PR은 close 했습니다!
⏰ 예상했던 소요시간/실제 소요시간(선택)