Skip to content
Snippets Groups Projects
Commit 4ee24cc8 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

add docker service to push docker job

parent 0b45f46e
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ deploy:
push_docker_image:
stage: publish
services:
- name: docker:dind
command: ["--tls=false"]
script:
- FAILED_STAGE=$CI_JOB_STAGE
- run_mvn.sh spring-boot:build-image -DskipTests -Dmaven.wagon.http.retryHandler.count=3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment