Skip to content

Commit c85d61f

Browse files
authored
Merge pull request #59 from prgrms-web-devcourse-final-project/develop
chore[deploy]: 레포 소문자로 변경
2 parents 3b31f07 + a66b126 commit c85d61f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,13 @@ jobs:
152152
if: github.ref == 'refs/heads/main' # ✅ main 브랜치일 때만 실행
153153
env:
154154
REGISTRY: ghcr.io
155-
IMAGE_PREFIX: ${{ github.repository }}
156155

157156
steps:
158157
- uses: actions/checkout@v4
159158

159+
- name: Set lowercase repo name
160+
run: echo "IMAGE_PREFIX=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
161+
160162
- name: Download backend jar
161163
uses: actions/download-artifact@v4
162164
with:

0 commit comments

Comments
 (0)