mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-02 12:48:48 +00:00
Remove docker tag build step for pull requests
This commit is contained in:
parent
b98e227ce7
commit
894be6744e
@ -11,7 +11,7 @@ services:
|
||||
stages:
|
||||
- build
|
||||
- name: docker-tag
|
||||
if: (tag IS present) AND (branch = master)
|
||||
if: (tag IS present) AND (branch = master) AND (type != pull_request)
|
||||
- name: docker-push
|
||||
if: branch = master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user