chore(release): bump version to 0.1.12

This commit is contained in:
Your Name 2026-01-23 01:00:18 +08:00
parent 31088cf12b
commit 63f0b57466
4 changed files with 33 additions and 4 deletions

View file

@ -12,9 +12,9 @@ on:
workflow_dispatch:
inputs:
image_tag:
description: "Docker Image Tag例如0.1.10.test"
description: "Docker Image Tag例如0.1.12.test"
required: true
default: "0.1.11.test"
default: "0.1.12.test"
type: string
# ============================================================