1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-12-22 08:48:54 +00:00

Merge pull request #120 from fabianhauser/patch-1

Fix CI to only release docker tags on master branch
This commit is contained in:
arnaudroques 2019-09-25 17:53:12 +02:00 committed by GitHub
commit 18d887385f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,9 @@ services:
stages:
- build
- name: docker-tag
if: tag IS present
if: (tag IS present) AND (branch = master) AND (type != pull_request)
- name: docker-push
if: branch = master
if: (branch = master) AND (type != pull_request)
jobs:
include: