This commit is contained in:
2025-09-29 19:51:10 +08:00
parent 1c8fc3c150
commit 500a0baa51

View File

@@ -5,10 +5,10 @@ on:
branches: [ main ]
release:
types: [ published ]
workflow_dispatch: # 手动触发
workflow_dispatch: # 手动触发
inputs:
image_tag: # 可选输入:手动运行时指定 TAG
description: "Tag to push (default: latest or branch/tag name)"
image_tag: # 手动运行时指定 TAG(留空则自动判断)
description: "Tag to push (default: branch/release name, else latest)"
required: false
default: ""