👷 Travis: Hopefully fix deploy on tags

This commit is contained in:
Gerber, Mike 2020-03-02 17:16:14 +01:00
parent a5897ead97
commit 6ccfe08511

View file

@ -12,7 +12,7 @@ stages:
- name: "Deploy Docker image - latest"
if: branch = master
- name: "Deploy Docker image - tagged"
if: branch = master AND tag IS present
if: tag IS present
jobs:
include: