From c68be2a9f5d85412a193d90018f566ec2fcc3fc7 Mon Sep 17 00:00:00 2001 From: danielvici123 <94993276+danielvici@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:11:26 +0200 Subject: [PATCH] ci: Remove Docker build caching --- .gitea/workflows/build-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index cde8ac2..0fcbdcd 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -49,6 +49,4 @@ jobs: context: . push: true platforms: linux/amd64 - tags: ${{ steps.meta.outputs.tags }} - cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file