This commit is contained in:
Ingo Lütkebohle 2019-07-04 08:07:03 +00:00
parent aaa9d6e1f5
commit 71ccf3c37e

View file

@ -29,7 +29,7 @@ build_enabled:
ci_base_image: ci_base_image:
image: docker:stable image: docker:stable
script: script:
- docker build --tag $base_image_id -f docker-ci-base/Dockerfile - docker build --tag $base_image_id -f docker-ci-base/Dockerfile .
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
- docker push $base_image_id - docker push $base_image_id
only: only: