From 98c86041e9a9171d3d7d6ca69eb4e90f541e12b6 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 13 Apr 2025 15:06:55 -0600 Subject: [PATCH] remove docker caching --- .gitea/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 18ecac6..ca779b3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -100,6 +100,4 @@ jobs: annotations: ${{ steps.meta.outputs.annotations }} target: prod platforms: linux/amd64 - cache-from: type=gha - cache-to: type=gha,mode=max push: true