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

Merge branch 'fix-pipeline-tag' into 'master'

Change to new CI tag and automatic dind service

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