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

@ -11,3 +11,5 @@ build:
script:
- docker build --pull -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
tags:
- docker