From f7cc0c38a2ab15d95b8da7dbc324302f15fe406c Mon Sep 17 00:00:00 2001 From: kenneth Date: Sat, 25 Oct 2025 01:33:16 +0000 Subject: [PATCH] ci: remove github action caching --- .github/workflows/docker-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 14ba607..a8f789d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -49,8 +49,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64 - cache-from: type=gha - cache-to: type=gha,mode=max - name: Output image URLs run: |