chore: GHCR 이미지 게시 자동화 - #6
Merged
Merged
Conversation
🧪 테스트 결과
|
ddingmin
marked this pull request as ready for review
July 19, 2026 07:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📌 작업 개요
Jib로 애플리케이션 이미지를 빌드해 GHCR에 게시하고, 성공 결과를 Discord로 알립니다. Intel과 Apple Silicon 환경을 지원하는 멀티 아키텍처 이미지를 생성합니다.
🔖 PR 유형
📝 변경 사항
mainpush 시 전체 Git SHA와main태그를,release/**push 시 전체 Git SHA와production태그를 GHCR에 게시합니다.linux/amd64,linux/arm64이미지를 생성하고 이전 이미지 revision부터의 커밋을 Discord에 알립니다.devSpring 프로필을 추가합니다.🔗 관련 이슈
없음
✅ 테스트 / 확인 방법
./gradlew check --no-daemon통과actionlint통과mainpush 및 수동 실행에서 멀티 아키텍처 GHCR 게시와 Discord 알림 확인원본 저장소에
DISCORD_WEBHOOK_URLActions secret을 등록해야 합니다.💬 리뷰어에게
main과release/**의 태그 분기, 수동 게시의 브랜치 검증, 이전 revision 기반 커밋 계산을 중점적으로 확인해주세요.🧹 셀프 체크리스트