Skip to content

Commit

Permalink
�Chore: 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
saokiritoni authored Nov 4, 2024
1 parent 759d11f commit 6732ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# 빌드 후 JAR 파일 이름 변경 (app.jar로 통일)
- name: Rename JAR file
run: |
cp build/libs/*.jar build/libs/app.jar
mv build/libs/*.jar build/libs/app.jar
# Docker 빌드 및 Docker Hub에 푸시
- name: Docker build & push to Docker Hub
Expand Down

0 comments on commit 6732ea5

Please sign in to comment.