Explorar o código

update GHA flow

Daniel Bohry hai 1 ano
pai
achega
52134fe6ff
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .github/workflows/buildAndRelease.yml

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

@@ -27,6 +27,11 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
+      - 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
       - name: Login to Docker Hub