From bcf4dbae663195d110cdfc157aa2c9752485c286 Mon Sep 17 00:00:00 2001 From: Patrick MADELA <patrick.madela@synchrotron-soleil.fr> Date: Wed, 29 Sep 2021 06:56:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d618e07..eb1f718 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,15 @@ image: docker:latest services: - docker:dind + variables: LATEST_VER: "registry.gitlab.com/synchrotron-soleil/control-system/containers/dev-el6:latest" + stages: - - Build image and Push to Docker Hub -docker build and push: - stage: Build image and Push to Docker Hub + - build + +build-job: + stage: build only: - master before_script: -- GitLab