fix: change runner images registry port to 8081
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@ variables:
|
|||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
stage: build
|
stage: build
|
||||||
image: 10.15.39.186:8083/docker:24.0.5
|
image: 10.15.39.186:8081/docker:24.0.5
|
||||||
services:
|
services:
|
||||||
- name: 10.15.39.186:8083/docker:24.0.5-dind
|
- name: 10.15.39.186:8081/docker:24.0.5-dind
|
||||||
alias: docker
|
alias: docker
|
||||||
command:
|
command:
|
||||||
- "--insecure-registry=10.15.39.186:8081"
|
- "--insecure-registry=10.15.39.186:8081"
|
||||||
@@ -29,7 +29,7 @@ build_image:
|
|||||||
|
|
||||||
deploy_rancher:
|
deploy_rancher:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: 10.15.39.186:8083/alpine/helm:3.12.0
|
image: 10.15.39.186:8081/alpine/helm:3.12.0
|
||||||
script:
|
script:
|
||||||
- mkdir -p ~/.kube
|
- mkdir -p ~/.kube
|
||||||
- echo "$KUBECONFIG_B64" | base64 -d > ~/.kube/config
|
- echo "$KUBECONFIG_B64" | base64 -d > ~/.kube/config
|
||||||
|
|||||||
Reference in New Issue
Block a user