Selaa lähdekoodia

remove jdk setup from dockerize job

Daniel Bohry 1 vuosi sitten
vanhempi
sitoutus
255aff042f
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      .github/workflows/buildAndRelease.yml

+ 0 - 5
.github/workflows/buildAndRelease.yml

@@ -41,11 +41,6 @@ jobs:
           path: /tmp/.buildx-cache
           key: ${{ runner.os }}-buildx-${{ github.sha }}
           restore-keys: ${{ runner.os }}-buildx-
-      - name: Set up JDK
-        uses: actions/setup-java@v3
-        with:
-          java-version: '17'
-          distribution: 'temurin'
       - name: Build the Docker image
         run: ./mvnw spring-boot:build-image -DskipTests
       - name: Login to Docker Hub