👷 Travis: Hopefully fix deploy on tags

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

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

Loading…
Cancel
Save