From 23b55a9350cdaa1a851dbd46378eeeaa2a2bbfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 14 Jan 2026 20:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=95=9C=E5=83=8F=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b788e4f..56bf654 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,9 @@ jobs: context: . push: true tags: ${{ env.VERSION_TAG }} - cache-from: type=gha + cache-from: | + type=gha,scope=amd64 + type=gha,scope=arm64 - name: Publish to Docker Hub latest and stable if: startsWith(github.ref, 'refs/tags/v') @@ -114,7 +116,9 @@ jobs: ${{ env.VERSION_TAG }} ${{ env.LATEST_TAG }} ${{ env.STABLE_TAG }} - cache-from: type=gha + cache-from: | + type=gha,scope=amd64 + type=gha,scope=arm64 # 推送镜像到 GitHub Release publish-release: