Added filter so that builds only get executed on master and tags
This commit is contained in:
parent
a588148dc9
commit
faafbbeb62
@ -23,3 +23,7 @@ build:
|
|||||||
- docker push $CI_REGISTRY/taskboard/backend:latest
|
- docker push $CI_REGISTRY/taskboard/backend:latest
|
||||||
tags:
|
tags:
|
||||||
- backend
|
- backend
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- tags
|
||||||
|
- master
|
Loading…
x
Reference in New Issue
Block a user