From 3f1c37813a459be035dc5c945434803099f42867 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 21 Feb 2026 15:30:59 +0100 Subject: [PATCH] fix(ci): bypass buildx cache and ignore pnpm store to resolve EOF corruption --- .dockerignore | 2 ++ .gitea/workflows/pipeline.yml | 2 -- packages/infra/gitea/deploy-action.yml | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 3590a02..9b58d4a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,5 @@ coverage .turbo *.log .DS_Store +.pnpm-store +.gitea diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 95a3acd..4ca68b1 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -219,6 +219,4 @@ jobs: tags: | registry.infra.mintel.me/mintel/${{ matrix.image }}:${{ github.ref_name }} registry.infra.mintel.me/mintel/${{ matrix.image }}:latest - cache-from: type=registry,ref=registry.infra.mintel.me/mintel/${{ matrix.image }}:buildcache - cache-to: type=registry,ref=registry.infra.mintel.me/mintel/${{ matrix.image }}:buildcache,mode=max diff --git a/packages/infra/gitea/deploy-action.yml b/packages/infra/gitea/deploy-action.yml index 35efce4..5fe4d9d 100644 --- a/packages/infra/gitea/deploy-action.yml +++ b/packages/infra/gitea/deploy-action.yml @@ -198,8 +198,6 @@ jobs: secrets: | NPM_TOKEN=${{ secrets.NPM_TOKEN }} tags: registry.infra.mintel.me/mintel/${{ github.event.repository.name }}:${{ needs.prepare.outputs.image_tag }} - cache-from: type=registry,ref=registry.infra.mintel.me/mintel/${{ github.event.repository.name }}:buildcache - cache-to: type=registry,ref=registry.infra.mintel.me/mintel/${{ github.event.repository.name }}:buildcache,mode=max # ────────────────────────────────────────────────────────────────────────────── # JOB 4: Deploy