Skip to content

Commit

Permalink
docs: add Set up Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyeomjang authored Sep 25, 2024
1 parent 8c1e200 commit 845c5d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
distribution: 'temurin'

# 4. Build the project with Gradle
- name: Set up Gradle
uses: gradle/gradle-build-action@v2

- name: Build with Gradle
run: ./gradlew bootJar
run: gradle bootJar


# 5. Log in to Docker Hub (ensure Docker credentials are set in repository secrets)
- name: Log in to Docker Hub
Expand Down

0 comments on commit 845c5d4

Please sign in to comment.