From 528bf83a67397afdd9591d1c3c15a7a52d1be0f5 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 28 May 2026 22:51:55 +0200 Subject: [PATCH] fix(ci): restore Buildx caching by removing no-cache now that registry cache conflict is resolved --- .gitea/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9e6761660..b28afa917 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -230,7 +230,6 @@ jobs: context: . push: true provenance: false - no-cache: true platforms: linux/amd64 build-args: | NEXT_PUBLIC_BASE_URL=${{ needs.prepare.outputs.next_public_url }}