From e1a2a2dfe1265e6c1c915fc1da4a62377652d851 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 23 Oct 2024 16:42:49 +0800 Subject: [PATCH] perf: remove remote cache --- .github/workflows/Deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 67b0929b4..3f7969b37 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -18,10 +18,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - # 移除 QEMU 设置步骤,因为我们不再需要模拟 - # - name: Set up QEMU - # uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 with: @@ -59,8 +55,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:cache - cache-to: type=inline changelog: name: Generate Changelog