fix: git clone URL을 Gitea 내부 주소로 변경

- GITHUB_SERVER_URL은 https://github.com으로 고정되어 클론 실패
- http://gitea:3000 (Docker 내부 네트워크)으로 직접 지정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
htlee 2026-02-14 20:21:37 +09:00
부모 d1416d89a6
커밋 a3369f5bd3

파일 보기

@ -14,7 +14,7 @@ jobs:
- name: Checkout
run: |
git clone --depth=1 --branch=${GITHUB_REF_NAME} \
${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git .
http://gitea:3000/${GITHUB_REPOSITORY}.git .
- name: Configure Maven settings
run: |