Skip to content

Commit

Permalink
setup java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed May 24, 2024
1 parent 60cd389 commit 9a12c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Set up JDK ${{ matrix.java-version }}
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'zulu'
Expand Down

0 comments on commit 9a12c3a

Please # to comment.