Update .gitlab-ci.yml

This commit is contained in:
Patrick Jentsch 2019-03-13 18:15:27 +01:00
parent 46190c9c49
commit 60de865634

View File

@ -1,6 +1,3 @@
tags:
- docker
image: docker:latest
services:
@ -13,4 +10,6 @@ build:
stage: build
script:
- docker build --pull -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
- docker push $CI_REGISTRY_IMAGE
tags:
- docker