From 290cc62620bc77198ded73bdeedfe100bb7be1a7 Mon Sep 17 00:00:00 2001 From: huoxue1 <3343780376@qq.com> Date: Sun, 12 May 2024 10:38:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1dc5acc..fa134dd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -87,11 +87,8 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} platforms: linux/amd64,linux/arm64 + no-cache: true tags: ${{ steps.meta.outputs.tags }} - - name: Move cache - run: | - rm -rf /tmp/.buildx-cache - mv /tmp/.buildx-cache-new /tmp/.buildx-cache