Skip to content

Commit c02143b

Browse files
authored
Merge fix : 이미지명 수정
fix : 이미지명 수정
2 parents cdf1041 + 8514c39 commit c02143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
# 전역 환경변수
1919
env:
2020
JAVA_VERSION: '21' # 사용할 JDK 버전(프로젝트에 맞게 조정)
21-
IMAGE: ${{ secrets.DOCKER_USERNAME }}/[leafly] # Docker Hub 이미지명(소문자 필수)
21+
IMAGE: ${{ secrets.DOCKER_USERNAME }}/leafly # Docker Hub 이미지명(소문자 필수)
2222

2323
jobs:
2424
build: # 1) 빌드 전용 Job — PR과 push 모두 실행

0 commit comments

Comments
 (0)