From a5384134e7f87d3793d7a939b262e68e2f96fca4 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 21 Feb 2026 21:35:43 +0100 Subject: [PATCH] fix(ci): bump buildx cache to v3 to resolve corrupted unexpected EOF cache layer --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d0757cd9..93e998ba 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -219,8 +219,8 @@ jobs: UMAMI_API_ENDPOINT=${{ secrets.UMAMI_API_ENDPOINT || vars.UMAMI_API_ENDPOINT || 'https://analytics.infra.mintel.me' }} NPM_TOKEN=${{ secrets.REGISTRY_PASS }} tags: registry.infra.mintel.me/mintel/klz-cables.com:${{ needs.prepare.outputs.image_tag }} - cache-from: type=registry,ref=registry.infra.mintel.me/mintel/klz-cables.com:buildcache-v2 - cache-to: type=registry,ref=registry.infra.mintel.me/mintel/klz-cables.com:buildcache-v2,mode=max + cache-from: type=registry,ref=registry.infra.mintel.me/mintel/klz-cables.com:buildcache-v3 + cache-to: type=registry,ref=registry.infra.mintel.me/mintel/klz-cables.com:buildcache-v3,mode=max secrets: | "NPM_TOKEN=${{ secrets.REGISTRY_PASS }}"