Skip to content
Snippets Groups Projects
Commit f1f1c6d8 authored by Alexander Hinneburg's avatar Alexander Hinneburg
Browse files

Änderungen von P. Rösner .gitlab-ci.yml

parent 9cf78f46
No related branches found
No related tags found
No related merge requests found
docker-build:
# Use the official docker image.
image: docker:cli
image: docker:stable
stage: build
services:
- docker:dind
- name: 'docker:dind'
alias: mydocker
command: ['--tls=false']
variables:
DOCKER_IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
DOCKER_HOST: tcp://mydocker:2375/
DOCKER_TLS_CERTDIR: ""
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# All branches are tagged with $DOCKER_IMAGE_NAME (defaults to commit ref slug)
......
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