Skip to content
Snippets Groups Projects
Commit f40f5529 authored by Steffen Köhler's avatar Steffen Köhler
Browse files

Update deployer.

parent 3b3e6291
No related merge requests found
Pipeline #34363 passed with stages
in 1 minute and 3 seconds
......@@ -86,7 +86,7 @@ docker_publish_alpha:
docker_publish_staging:
stage: publish
image: ubleipzig/deployer:1.5.0-rc2
image: ubleipzig/deployer:1.5.1
services:
- docker:dind
script: |
......@@ -111,7 +111,7 @@ docker_publish_staging:
## Pipeline to publish to docker-hub. Disabled at the moment.
#docker_publish_production:
# stage: publish
# image: ubleipzig/deployer:1.5.0-rc2
# image: ubleipzig/deployer:1.5.1
# services:
# - docker:dind
# script: |
......@@ -142,7 +142,7 @@ docker_publish_staging:
## Pipeline to publish to ub internal nexus.
docker_publish_production:
stage: publish
image: ubleipzig/deployer:1.5.0-rc2
image: ubleipzig/deployer:1.5.1
services:
- docker:dind
script: |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment