Skip to content

Commit

Permalink
[CHORE] Upgrade openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphaGo committed Oct 18, 2024
1 parent d884331 commit d9d62c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Build and Push Image using Jib
run: ./gradlew :${{ matrix.module }}:jib
env:
GHCR_USERNAME: ${{ github.actor }}
GHCR_PASSWORD: ${{ secrets.GHCR_TOKEN }}
FROM_IMAGE: khipu/openjdk17-alpine:latest
FROM_IMAGE: khipu/openjdk21-alpine:latest
TO_IMAGE: ghcr.io/dolphago/${{ matrix.imageName }}:latest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9d62c6

Please sign in to comment.