Skip to content

Commit e6c59d1

Browse files
committed
Fix CI CD pipeline
1 parent 5b7505a commit e6c59d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: '17'
2121

22-
- name: 🛠️ Build with Gradle
23-
run: ./gradlew clean build --no-daemon
22+
- name: 🛠️ Build Spring Boot JAR
23+
run: ./gradlew clean bootJar --no-daemon
2424

2525
- name: 🐳 Build Docker image
2626
run: docker build -t arc007arnob/restaurant-finder .

0 commit comments

Comments
 (0)