From 2d80cac3fd6767dd189d9ee144d37fcf5464f68d Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Tue, 2 Sep 2025 20:24:50 +0800 Subject: [PATCH] =?UTF-8?q?build:=20Gitea=20Actions=E6=B5=8B=E8=AF=95?= 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 26245a0..013e9f4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 检出代码 - uses: actions/checkout@v5 + uses: actions/checkout@v4 - name: 构建Docker镜像 run: docker build -t dypid:latest . \ No newline at end of file