From 79c4e5513bc9f23933106e22c4243bfbdb3d30d0 Mon Sep 17 00:00:00 2001 From: yhl452493373 Date: Fri, 21 Nov 2025 23:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildServer.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/BuildServer.yml b/.github/workflows/BuildServer.yml index fef64b6..5aea7e9 100644 --- a/.github/workflows/BuildServer.yml +++ b/.github/workflows/BuildServer.yml @@ -4,11 +4,7 @@ on: workflow_dispatch: inputs: runner_os: - description: | - 选择运行器操作系统: - - ubuntu-latest: 最新的 Ubuntu - - ubuntu-24.04: Ubuntu 24.04 LTS - - ubuntu-host: 自建的运行器所在宿主机 + description: 选择运行器系统 type: choice required: true default: 'ubuntu-latest' @@ -19,7 +15,7 @@ on: push_to_docker: description: 是否推送到 Docker Hub type: boolean - default: true + default: false required: true output_path: description: 镜像输出路径