- update the release command to push the docker images to quay using the internal profile

This commit is contained in:
ehardon
2020-10-27 10:57:53 +02:00
parent 47e9e64129
commit ada442a90e

View File

@@ -37,5 +37,5 @@ mvn --batch-mode \
-DdevelopmentVersion=${DEVELOPMENT_VERSION} \
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
-DskipTests -D${release_type} -DuseReleaseProfile=false \
-P${deployment_repository} -Prelease-${release_type} \
-P${deployment_repository} -Pinternal \
release:clean release:prepare release:perform