优化工作流

This commit is contained in:
yhl452493373
2025-11-21 23:29:54 +08:00
parent 960ee44e9c
commit 79c4e5513b

View File

@@ -4,11 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
runner_os: runner_os:
description: | description: 选择运行器系统
选择运行器操作系统:
- ubuntu-latest: 最新的 Ubuntu
- ubuntu-24.04: Ubuntu 24.04 LTS
- ubuntu-host: 自建的运行器所在宿主机
type: choice type: choice
required: true required: true
default: 'ubuntu-latest' default: 'ubuntu-latest'
@@ -19,7 +15,7 @@ on:
push_to_docker: push_to_docker:
description: 是否推送到 Docker Hub description: 是否推送到 Docker Hub
type: boolean type: boolean
default: true default: false
required: true required: true
output_path: output_path:
description: 镜像输出路径 description: 镜像输出路径