From f23179ce99ca6c9da88a8fea629c1f55e283a960 Mon Sep 17 00:00:00 2001 From: injet Date: Wed, 23 Sep 2026 17:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-ima?= =?UTF-8?q?ge.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 440e958b7..2c32ae2b9 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -44,8 +44,8 @@ jobs: context: . file: Dockerfile.gitea push: true - cache-from: type=registry - cache-to: type=registry,mode=max + # cache-from: type=registry + # cache-to: type=registry,mode=max tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tag }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-latest