mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
Merge branch 'master' of https://github.com/plantuml/plantuml-server
This commit is contained in:
commit
aa9172f715
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user