+ Base job for deploy docker images to gitlab repos
This commit is contained in:
9
ci/docker.yml
Normal file
9
ci/docker.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.docker-deploy:
|
||||||
|
image: docker:stable
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
|
before_script:
|
||||||
|
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin "$CI_REGISTRY"
|
||||||
Reference in New Issue
Block a user