This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user