.gitlab-ci.yml: run docker-registry only on upstream master
This commit is contained in:
parent
f3119e28fd
commit
eaa8001e7e
@ -65,7 +65,7 @@ docker-registry:
|
||||
services:
|
||||
- docker:dind
|
||||
only:
|
||||
- master
|
||||
- master@commento/commento-ce
|
||||
before_script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user