From deb958b71b67bd03ea336d56396a98ac139e5e46 Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Wed, 3 Sep 2025 01:03:02 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index acea101..6604a88 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: 构建Docker镜像 on: [ push ] jobs: - build: + build-and-deploy: env: RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest