From b06aa92715f7c23b3b9324a613069b8c9715b2ef Mon Sep 17 00:00:00 2001 From: suncheng Date: Thu, 6 Mar 2025 15:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/push.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 9fab1b7..5693c23 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -11,7 +11,7 @@ env: jobs: build: name: Build Docker Image - runs-on: docker-cli + runs-on: ubuntu-latest steps: # ✅ 使用 Gitea 兼容的代码检出方式 - name: Checkout code @@ -33,7 +33,7 @@ jobs: deploy: name: Deploy to Production - runs-on: docker-cli + runs-on: ubuntu-latest needs: build environment: production steps: