* Specifying local gitlab registry
This commit is contained in:
parent
2616e5bbbb
commit
2c7301a084
@ -29,7 +29,7 @@ build-docker-image:
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin
|
||||
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin "$CI_REGISTRY"
|
||||
- docker build -t registry.gitlab.com/shockrah/clippable .
|
||||
- docker push registry.gitlab.com/shockrah/clippable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user