mirror of
https://gitlab.com/commento/commento.git
synced 2026-09-12 09:05:30 -04:00
.gitlab-ci.yml: run docker-registry only on upstream master
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ docker-registry:
|
|||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
only:
|
only:
|
||||||
- master
|
- master@commento/commento-ce
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user