Skip to content

Commit

Permalink
fix: Layered jar 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-heejin authored Apr 12, 2024
1 parent 00d2cd6 commit b74f758
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew build -x test

- name: Separate Layered jar
run: java -Djarmode=layertools -jar build/libs/class-registration-1.0-SNAPSHOT.jar extract

# docker build & push to production
- name: Docker build & push to prod
if: contains(github.ref, 'main')
Expand Down

0 comments on commit b74f758

Please sign in to comment.