From 7da084c17431fa6ce39c95ce14c6951ef60dc074 Mon Sep 17 00:00:00 2001 From: claude Date: Thu, 18 Jun 2026 18:02:29 +0300 Subject: [PATCH] ci: revert DOCKER_BUILDKIT (runner job env has no buildx plugin -> build failed) Keep the cache win (no base-image nuke); back to the legacy builder which the job context supports. BuildKit needs buildx installed in the runner before it can be used. Co-Authored-By: Claude Opus 4.8 --- .gitea/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 20513db..1b34806 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,7 +13,6 @@ on: env: GIT_HOST: git.easysoft.ro REGISTRY_HOST: registry.easysoft.ro - DOCKER_BUILDKIT: "1" API_IMAGE: apps/myai-api CV_MATCHER_API_IMAGE: apps/myai-cv-matcher-api RAG_API_IMAGE: apps/myai-rag-api