From 38b4a67db10a7c0da1c0f3a2ce1d48a1e2dcc903 Mon Sep 17 00:00:00 2001 From: keyhan Date: Thu, 2 Jul 2026 18:38:44 +0330 Subject: [PATCH] ci: add --insecure-pull for kaniko to pull base image from harbor-registry:5000 Co-authored-by: Cursor --- .gitea/workflows/build-deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index dba61aa..d2441ef 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -114,6 +114,8 @@ jobs: - --build-arg=BASE_IMAGE=${PUSH_REGISTRY}/${PROJECT}/node:24-alpine - --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-backend:${IMAGE_TAG} - --insecure + - --insecure-pull + - --insecure-registry=${PUSH_REGISTRY} - --skip-tls-verify - --push-retry=2 volumeMounts: @@ -176,6 +178,8 @@ jobs: - --build-arg=NEXT_PUBLIC_API_URL=https://api.abrban.com - --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-frontend:${IMAGE_TAG} - --insecure + - --insecure-pull + - --insecure-registry=${PUSH_REGISTRY} - --skip-tls-verify - --push-retry=2 volumeMounts: