Remove docker tag build step for pull requests

This commit is contained in:
Fabian Hauser 2019-09-25 17:43:37 +02:00 committed by GitHub
parent b98e227ce7
commit 894be6744e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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