diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 9e2f156..f799746 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -121,14 +121,6 @@ body: validations: required: true - # Optional | Reproduce possible - - type: checkboxes - id: reproduce-possible - attributes: - label: 在最新的 Release 版本中能否复现 - options: - - label: 能 - # Input | Reproduce - type: textarea id: reproduce-steps diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 0b592bc..8f09138 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -7,9 +7,7 @@ on: # Sequence of patterns matched against refs/tags tags: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - schedule: - # 每晚十点生成 nightly 镜像 - - cron: '00 14 * * *' # GMT 14:00 => 北京时间 22:00 + workflow_dispatch: jobs: