Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Use setup gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
tanettrimas committed Nov 1, 2023
1 parent 824574e commit 1965f99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
distribution: temurin
java-version: 21
cache: gradle
- name: Run gradle build
run: gradle build --no-daemon
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Execute Gradle build
run: ./gradlew build
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # ratchet:docker/setup-buildx-action@v3
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # ratchet:docker/build-push-action@v5
with:
Expand Down

0 comments on commit 1965f99

Please sign in to comment.