properties fix
All checks were successful
Docker Image CI / build-and-push (push) Successful in 11m36s
Docker Image CI / deploy (push) Successful in 32s
Docker Image CI / notify-failure (push) Has been skipped

This commit is contained in:
2025-04-12 23:48:48 +02:00
parent 1089b0d74c
commit bb9b5a93f9
2 changed files with 4 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ jobs:
- name: Build the Quarkus JAR and Docker image
run: |
VERSION=$(cat version.txt)
mvn clean package -DskipTests
mvn clean package -DskipTests -Dquarkus.profile=test
docker buildx build . --file Dockerfile-tst --tag veenm/paypoint-backend-jvm:$VERSION --platform linux/amd64
# Stap 6: Docker-image pushen naar Docker Hub (huidige versie tag)