Change default docker image tag to 'dev'

This commit is contained in:
xuwei-fit2cloud
2025-12-23 16:55:48 +08:00
committed by GitHub
parent 02c085a30f
commit c29ea65084

View File

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