👷 Travis: Hopefully fix deploy on tags

pull/27/head v0.0.2
Gerber, Mike 4 years ago
parent a5897ead97
commit 6ccfe08511

@ -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:

Loading…
Cancel
Save