chore: update default docker image tag to v2.0.1-dev in build-and-push.yml

This commit is contained in:
CaptainB 2025-07-17 15:43:03 +08:00
parent 9e80a652c4
commit 9ef4977ada

View File

@ -7,7 +7,7 @@ on:
inputs:
dockerImageTag:
description: 'Image Tag'
default: 'v2.0.0-dev'
default: 'v2.0.1-dev'
required: true
dockerImageTagWithLatest:
description: '是否发布latest tag正式发版时选择测试版本切勿选择'