Skip to content

Commit

Permalink
Fix docker step
Browse files Browse the repository at this point in the history
Latest Ubuntu no longer includes SBT
actions/runner-images#10788
  • Loading branch information
kittsville committed Dec 11, 2024
1 parent d271d79 commit 7c07ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Build
run: sbt "Docker / publishLocal"
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 7c07ac5

Please sign in to comment.