From 546299626af0b0335d9e17929306d32887338a23 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 12 Jun 2024 01:31:34 +0100 Subject: [PATCH] remove cache --- .gitea/workflows/docker-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docker-publish.yaml b/.gitea/workflows/docker-publish.yaml index ccca7c7..b27de3a 100644 --- a/.gitea/workflows/docker-publish.yaml +++ b/.gitea/workflows/docker-publish.yaml @@ -33,5 +33,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + # cache-from: type=gha + # cache-to: type=gha,mode=max \ No newline at end of file