openjdk
Some checks failed
Build and Deploy Spring Boot Server / build (push) Failing after 4s

This commit is contained in:
2025-01-11 00:34:43 +01:00
parent 96b9989a2a
commit 77073ddba6

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up JDK and Maven
uses: actions/setup-java@v3
with:
distribution: "oracle"
distribution: "adoptopenjdk"
java-version: "17"
cache: maven
@@ -38,7 +38,6 @@ jobs:
- name: Set up Docker
run: |
docker --version
docker-compose --version
# 6. Build the Docker image
- name: Build and Package Docker Image