Update .gitlab-ci.yml file
This commit is contained in:
@@ -26,6 +26,7 @@ stages:
|
||||
before_script:
|
||||
- docker version
|
||||
- docker info
|
||||
- nslookup registry.evanshome.io
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
|
||||
build:
|
||||
@@ -33,7 +34,8 @@ build:
|
||||
- .docker_base
|
||||
stage: build
|
||||
script:
|
||||
- docker pull $CI_REGISTRY_IMAGE:latest || true
|
||||
- nslookup registry.evanshome.io
|
||||
#- docker pull $CI_REGISTRY_IMAGE:latest || true
|
||||
- >
|
||||
docker build
|
||||
--pull
|
||||
|
||||
Reference in New Issue
Block a user