ci: use internal harbor-registry URL for BASE_IMAGE pull (matches kaniko auth)
Build and Deploy Platform / build-and-deploy (push) Failing after 47s
Build and Deploy Platform / build-and-deploy (push) Failing after 47s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -111,7 +111,7 @@ jobs:
|
|||||||
args:
|
args:
|
||||||
- --dockerfile=/workspace/backend/Dockerfile
|
- --dockerfile=/workspace/backend/Dockerfile
|
||||||
- --context=dir:///workspace/backend
|
- --context=dir:///workspace/backend
|
||||||
- --build-arg=BASE_IMAGE=${PULL_REGISTRY}/${PROJECT}/node:24-alpine
|
- --build-arg=BASE_IMAGE=${PUSH_REGISTRY}/${PROJECT}/node:24-alpine
|
||||||
- --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-backend:${IMAGE_TAG}
|
- --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-backend:${IMAGE_TAG}
|
||||||
- --insecure
|
- --insecure
|
||||||
- --skip-tls-verify
|
- --skip-tls-verify
|
||||||
@@ -172,7 +172,7 @@ jobs:
|
|||||||
args:
|
args:
|
||||||
- --dockerfile=/workspace/frontend/Dockerfile
|
- --dockerfile=/workspace/frontend/Dockerfile
|
||||||
- --context=dir:///workspace/frontend
|
- --context=dir:///workspace/frontend
|
||||||
- --build-arg=BASE_IMAGE=${PULL_REGISTRY}/${PROJECT}/node:24-alpine
|
- --build-arg=BASE_IMAGE=${PUSH_REGISTRY}/${PROJECT}/node:24-alpine
|
||||||
- --build-arg=NEXT_PUBLIC_API_URL=https://api.abrban.com
|
- --build-arg=NEXT_PUBLIC_API_URL=https://api.abrban.com
|
||||||
- --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-frontend:${IMAGE_TAG}
|
- --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-frontend:${IMAGE_TAG}
|
||||||
- --insecure
|
- --insecure
|
||||||
|
|||||||
Reference in New Issue
Block a user