Skip to content

Commit

Permalink
Replaced usage of gradle-build-action (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
babisRoutis authored Apr 26, 2024
1 parent b3c2dd7 commit 1ba6ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Build with Gradle Wrapper
uses: gradle/gradle-build-action@v3.3.0
uses: gradle/actions/setup-gradle@v3
with:
arguments: build --full-stacktrace

2 changes: 1 addition & 1 deletion .github/workflows/publish-to-container-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Debug
run: echo ${{ steps.meta.outputs }}
- name: Build and publish with Gradle Wrapper
uses: gradle/gradle-build-action@v3.3.0
uses: gradle/actions/setup-gradle@v3
if: github.event_name != 'pull_request'
env:
BP_OCI_CREATED: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
Expand Down

0 comments on commit 1ba6ccc

Please sign in to comment.