We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6375b85 commit 57f13f9Copy full SHA for 57f13f9
.github/workflows/dockerhub-deployment.yml
@@ -8,10 +8,12 @@ jobs:
8
test-build-push:
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Set up JDK 11
12
- uses: olafurpg/setup-scala@v11
+ - name: Set up Java
+ uses: actions/setup-java@v4
13
with:
14
- java-version: [email protected]
+ distribution: temurin
15
+ java-version: 17
16
+ cache: sbt
17
# enable experimental status for docker in order to support SMUI's backend tests that rely on Ryuk images
18
# (see https://github.com/actions/virtual-environments/issues/368)
19
- name: Docker experimental Status
0 commit comments