From 7d76b651ae879cde3d27e7cedd54855a3be87838 Mon Sep 17 00:00:00 2001 From: Colt Frederickson Date: Wed, 18 Feb 2026 15:05:15 -0700 Subject: [PATCH] All the scala builds use docker directly now --- .github/workflows/docker.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 345722d..1799f70 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -53,11 +53,6 @@ on: type: boolean required: false default: false - setup_scala_java_version: - description: If set, calls setup-scala with the provided java version number before building. - type: string - required: false - default: "" extra_commands: description: Extra commands to run before building the Docker image type: string @@ -264,15 +259,6 @@ jobs: - name: Extra commands if: inputs.extra_commands != '' run: ${{ inputs.extra_commands }} - - name: Restore scala caches - if: inputs.setup_scala_java_version != '' - uses: coursier/cache-action@v7 - - name: Setup Scala - if: inputs.setup_scala_java_version != '' - uses: coursier/setup-action@v2 - with: - jvm: ${{ inputs.setup_scala_java_version }} - apps: sbt - name: Build docker (Default) if: inputs.build_command == '' run: |