Bad gitlab ci conf for building image
This commit is contained in:
parent
6d0755efcd
commit
e45edadcfb
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue