Skip to content
Snippets Groups Projects
Commit 00d6bf59 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

push artifacts and images for release branch

parent 6796eda2
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ deploy_to_artifactory:
- mvn deploy -P artifactory-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
only:
- main
- release
deploy_to_nexus:
stage: deploy
......@@ -57,6 +58,7 @@ deploy_to_nexus:
- mvn deploy -P nexus-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
only:
- main
- release
push_docker_image_to_nexus:
stage: image
......@@ -71,6 +73,7 @@ push_docker_image_to_nexus:
-Dspring-boot.build-image.publish=true
only:
- main
- release
push_docker_image_to_artifactory:
stage: image
......@@ -85,3 +88,4 @@ push_docker_image_to_artifactory:
-Dspring-boot.build-image.publish=true
only:
- main
- release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment