From f40f55294116d24603a835224c6faff1b401d280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20K=C3=B6hler?= <steffen.koehler@uni-leipzig.de> Date: Thu, 20 Feb 2025 18:15:58 +0100 Subject: [PATCH] Update deployer. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af6116f..88ba5eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: | -- GitLab