Skip to content
Snippets Groups Projects
Commit c8bd1db0 authored by Corné Lukken's avatar Corné Lukken
Browse files

Change to new CI tag and automatic dind service

parent 1953cdfb
No related branches found
No related tags found
1 merge request!22Change to new CI tag and automatic dind service
...@@ -15,14 +15,10 @@ docker-build: ...@@ -15,14 +15,10 @@ docker-build:
stage: image stage: image
image: docker:latest image: docker:latest
tags: tags:
- privileged - integration_tests
only: only:
refs: refs:
- master - master
services:
- docker:dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment