properties fix
This commit is contained in:
2
.github/workflows/deploy-docker-to-tst.yml
vendored
2
.github/workflows/deploy-docker-to-tst.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user