CI: Fix registry to use port 9080 (same as GitLab)
This commit is contained in:
parent
3f81034116
commit
c9d856bbc7
1 changed files with 3 additions and 1 deletions
|
|
@ -2,8 +2,10 @@ stages:
|
|||
- build
|
||||
|
||||
variables:
|
||||
INTERNAL_REGISTRY: "192.168.1.100:5050"
|
||||
INTERNAL_REGISTRY: "192.168.1.100:9080"
|
||||
IMAGE_NAME: "$INTERNAL_REGISTRY/$CI_PROJECT_PATH"
|
||||
CI_SERVER_URL: "http://192.168.1.100:9080"
|
||||
GITLAB_FEATURES: ""
|
||||
|
||||
docker-build:
|
||||
stage: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue