fix: Dockerfile Gradle 버전 문제 수정 + 배포 파이프라인 추가 - #66
Merged
Conversation
…배포 워크플로우 추가 - gradle:8.10-jdk17 고정 이미지 대신 프로젝트의 ./gradlew(9.5.1) 사용하도록 변경 (Spring Boot 4.1.0 플러그인이 Gradle 8.14+ 요구, 8.10에서는 빌드 자체가 실패했음) - main push 시 GHCR 빌드/푸시 + AWS EC2 k3s 클러스터에 자동 반영하는 deploy.yml 추가
Contributor
|
확인했습니당 |
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.
Summary
gradle:8.10-jdk17을 썼는데, Spring Boot 4.1.0 플러그인이 Gradle 8.14+를 요구해서 실제로 빌드가 실패하는 상태였습니다. 프로젝트의./gradlew(9.5.1)를 쓰도록 수정 후 로컬에서 빌드 성공까지 확인했습니다.참고