mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 16:58:54 +00:00
Fix CI to only release docker tags on master branch
Fixes the build error in pull request #119 and also prevent release tags that are not also commited on the master branch.
This commit is contained in:
parent
513453e51b
commit
b98e227ce7
@ -11,7 +11,7 @@ services:
|
||||
stages:
|
||||
- build
|
||||
- name: docker-tag
|
||||
if: tag IS present
|
||||
if: (tag IS present) AND (branch = master)
|
||||
- name: docker-push
|
||||
if: branch = master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user