Skip to content

Commit

Permalink
Merge pull request #46 from Charge-Control/fix/#45
Browse files Browse the repository at this point in the history
[FIX] CI Build 해결
  • Loading branch information
rhkr8521 authored Jun 25, 2024
2 parents ea5d6a9 + e2cfd80 commit d1f2bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
# 3. Spring Boot 애플리케이션 빌드
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
uses: gradle/gradle-build-action@v2
with:
arguments: clean bootJar
gradle-executable: ./gradlew

# 4. Docker 이미지 빌드
- name: docker image build
Expand Down

0 comments on commit d1f2bf0

Please sign in to comment.