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

This commit is contained in:
2025-01-11 00:24:49 +01:00
parent 2bcc2ec23f
commit 38bb0f131c
2 changed files with 2 additions and 47 deletions

View File

@@ -18,6 +18,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: "oracle"
java-version: "17"
- name: Verify Maven installation
@@ -38,7 +39,7 @@ jobs:
# 5. Build the Docker image using docker-compose
- name: Build and Package Docker Image
run: |
docker-compose build
docker build -t tea.zendric.de/zendric/XpenselyServer:1.0.0 .
# 6. Start the application with dependencies
- name: Start the Docker Compose Application