From d9cc9a7ebe51b55cfc23916140934de02b0222d4 Mon Sep 17 00:00:00 2001 From: Christian Weber <c.weber@cern.ch> Date: Sat, 3 Sep 2022 06:46:34 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51864bd..5d2bb0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ build_image: script: - docker build -t gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container . + - docker push gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container_test tags: - docker-image-build -- GitLab