From c0955b300d5f39076084ed5d8e9119621e5edc63 Mon Sep 17 00:00:00 2001 From: cheney Date: Tue, 22 Jul 2025 10:58:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/docker-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 101f96b..22f4c79 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -9,10 +9,10 @@ jobs: build-and-push: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v4 + - name: 检出代码 + uses: https://gitea.com/actions/checkout@v3 - - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + - name: 镜像构建 + uses: https://gitea.com/actions/build-push-action@v5 with: context: . \ No newline at end of file