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: paths:
- front/dist/ - front/dist/
only: only:
- tags
- master - master
- develop - develop
tags: tags:
@ -88,6 +89,6 @@ docker_release:
- docker push $IMAGE - docker push $IMAGE
- docker push $IMAGE_LATEST - docker push $IMAGE_LATEST
only: only:
- master - tags
tags: tags:
- dind - dind