Skip to content

Commit

Permalink
Cleanup and enable gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Jan 29, 2024
1 parent 8059f63 commit dd62f27
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/k8s-quarkus-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,15 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: true # remove later

- name: assemble
run: ./gradlew assemble

- name: build container
run: ./gradlew build -x test -Dquarkus.container-image.build=true

# - name: Login to GitHub Container Registry
# uses: docker/login-action@v2
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# logout: true

- name: push container
run: |
./gradlew build -x test -Dquarkus.container-image.push=true \
Expand Down

0 comments on commit dd62f27

Please sign in to comment.