Bad gitlab ci conf for building image
This commit is contained in:
parent
6d0755efcd
commit
e45edadcfb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue