Update .gitlab-ci.yml

This commit is contained in:
Patrick Jentsch 2019-03-13 18:17:08 +01:00
parent 74b25f1417
commit bb0eb8890b

View File

@ -10,4 +10,6 @@ build:
stage: build stage: build
script: script:
- docker build --pull -t $CI_REGISTRY_IMAGE . - docker build --pull -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE - docker push $CI_REGISTRY_IMAGE
tags:
- docker