Update .gitlab-ci.yml file

This commit is contained in:
2023-10-07 01:58:06 +00:00
parent 716aa84792
commit 49d843cf1e

View File

@@ -27,7 +27,7 @@ stages:
- docker version - docker version
- docker info - docker info
- nslookup registry.evanshome.io - nslookup registry.evanshome.io
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build: build:
extends: extends: