ci: add --insecure-pull for kaniko to pull base image from harbor-registry:5000
Build and Deploy Platform / build-and-deploy (push) Successful in 16m17s
Build and Deploy Platform / build-and-deploy (push) Successful in 16m17s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user