We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff2f59 commit 25f2d38Copy full SHA for 25f2d38
.github/workflows/docker.yml
@@ -24,7 +24,7 @@ jobs:
24
run: echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"
25
- uses: coursier/setup-action@v1
26
with:
27
- jvm: adopt:8
+ jvm: zulu:11.0.10
28
apps: sbt scala
29
- name: Compile and prepare Docker configuration
30
run: sbt Docker/stage
0 commit comments