From 51f5aefcaad118914de14a4161a133f0c30cd710 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Wed, 19 Nov 2025 19:39:31 +0100 Subject: [PATCH] fix: add no cache option --- .gitea/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2ee3262..ffc38c1 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -125,6 +125,7 @@ jobs: context: . platforms: linux/amd64 push: true + no-cache: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}