Skip to content

Commit

Permalink
Bump github action
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 11, 2024
1 parent 6ab6bb7 commit ca2b00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: Run build with Gradle Wrapper
run: ./gradlew build
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Build and push Docker image
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit ca2b00d

Please sign in to comment.