Skip to content

Commit

Permalink
[chore] java17 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE20 authored Sep 23, 2023
1 parent 9de6031 commit 4dd9094
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: 저장소 Checkout
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: "17"

- name: Gradle Caching
uses: actions/cache@v3
with:
Expand All @@ -39,7 +45,7 @@ jobs:
run: ls

- name: 스프링부트 애플리케이션 빌드
run: sudo gradlew build
run: sudo ./gradlew build

- name: 도커 이미지 빌드
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKER_IMAGE_NAME }}:latest .
Expand Down

0 comments on commit 4dd9094

Please sign in to comment.