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