fix(deploy): trigger docker deploy on new tag

It's triggered only on merges right now, needs to also happen on tag
This commit is contained in:
Łukasz Mierzwa
2019-01-17 09:42:23 +00:00
parent ec14be0288
commit 4f3b8b3d3a

View File

@@ -131,7 +131,7 @@ jobs:
tags: true
- stage: Deploy docker image
if: repo = prymitive/karma AND type = push AND branch = master
if: repo = prymitive/karma AND branch = master AND (type = push OR tag = true)
language: generic
addons:
apt: