From 3370ecb2efcda12b403cc2ef95547784e418f3e1 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Sun, 6 Apr 2025 11:38:43 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=85=81=E8=AE=B8actions=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=89=8B=E5=8A=A8=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update:更新版本号 * update:允许actions编译手动触发 --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 68174a38..611e5e66 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -4,6 +4,7 @@ on: push: tags: - 'v*.*.*' # 只在以 v 开头的标签推送时触发,例如 v1.0.0 + workflow_dispatch: jobs: release: