From b1859c15cee880f49d2cf2c205ecbcfc6115bfef Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 23 Feb 2026 11:26:53 +0100 Subject: [PATCH] fix(ci): Remove Docker BuildKit cache export to avoid Gitea artifact server timeout --- .gitea/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fb763726..067cf23e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -212,8 +212,6 @@ jobs: push: true provenance: false platforms: linux/arm64 - cache-from: type=gha,scope=nextjs-build-${{ needs.prepare.outputs.target }} - cache-to: type=gha,mode=max,scope=nextjs-build-${{ needs.prepare.outputs.target }} build-args: | NEXT_PUBLIC_BASE_URL=${{ needs.prepare.outputs.next_public_url }} NEXT_PUBLIC_TARGET=${{ needs.prepare.outputs.target }}