Update .gitlab-ci.yml file

This commit is contained in:
2023-10-07 04:59:34 +00:00
parent db2a632c3b
commit 4041346e45

View File

@@ -36,6 +36,7 @@ build:
stage: build
script:
- nslookup registry.evanshome.io
- echo $CI_REGISTRY_IMAGE
#- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
#- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
#- docker pull $CI_REGISTRY_IMAGE:latest || true