Update .gitlab-ci.yml file

This commit is contained in:
2023-10-07 01:56:16 +00:00
parent 6e176eb3e1
commit 716aa84792

View File

@@ -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