Skip to content
Snippets Groups Projects
Commit bcf4dbae authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Update .gitlab-ci.yml file

parent fe9f263e
No related branches found
No related tags found
No related merge requests found
image: docker:latest image: docker:latest
services: services:
- docker:dind - docker:dind
variables: variables:
LATEST_VER: "registry.gitlab.com/synchrotron-soleil/control-system/containers/dev-el6:latest" LATEST_VER: "registry.gitlab.com/synchrotron-soleil/control-system/containers/dev-el6:latest"
stages: stages:
- Build image and Push to Docker Hub - build
docker build and push:
stage: Build image and Push to Docker Hub build-job:
stage: build
only: only:
- master - master
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment