Bad gitlab ci conf for building image

This commit is contained in:
Eliot Berriot 2017-06-26 22:31:52 +02:00
parent 6d0755efcd
commit e45edadcfb
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ build_front:
paths:
- front/dist/
only:
- tags
- master
- develop
tags:
@ -88,6 +89,6 @@ docker_release:
- docker push $IMAGE
- docker push $IMAGE_LATEST
only:
- master
- tags
tags:
- dind