Skip to content

Commit

Permalink
set java 17 for building docker from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kr7ysztof committed Nov 1, 2023
1 parent 8ad56ba commit ca0cc64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: "17"
- name: Build and publish docker image
run: |
# Login to docker
Expand Down

0 comments on commit ca0cc64

Please sign in to comment.