fix: update runner image registry to port 8083

This commit is contained in:
2026-09-03 09:10:48 +07:00
parent 50a303751f
commit 2d8739ff61
+4 -3
View File
@@ -9,9 +9,10 @@ variables:
build_image:
stage: build
image: 10.15.39.186:8082/docker:24.0.5
# Tarik image runner dari port 8083 (Pull/Proxy Registry)
image: 10.15.39.186:8083/docker:24.0.5
services:
- name: 10.15.39.186:8082/docker:24.0.5-dind
- name: 10.15.39.186:8083/docker:24.0.5-dind
alias: docker
command:
- "--insecure-registry=10.15.39.186:8082"
@@ -29,7 +30,7 @@ build_image:
deploy_rancher:
stage: deploy
image: 10.15.39.186:8082/alpine/helm:3.12.0
image: 10.15.39.186:8083/alpine/helm:3.12.0
script:
- mkdir -p ~/.kube
- echo "$KUBECONFIG_B64" | base64 -d > ~/.kube/config