Skip to content

Commit

Permalink
Merge pull request #187 from ing-bank/feature/auth-interface
Browse files Browse the repository at this point in the history
set java 17 for building docker from master branch
  • Loading branch information
kr7ysztof committed Nov 1, 2023
2 parents 8ad56ba + ca0cc64 commit aff701a
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 aff701a

Please sign in to comment.