Skip to content

Commit 13b2b60

Browse files
build: update build-and-push.yml.
1 parent d28c5be commit 13b2b60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ on:
66
workflow_dispatch:
77
inputs:
88
dockerImageTag:
9-
description: 'Docker Image Tag'
9+
description: '镜像Tag'
1010
default: 'v1.9.0-dev'
1111
required: true
12+
dockerImageTagWithLatest:
13+
description: '是否发布latest tag(正式发版时选择,测试版本切勿选择)'
14+
default: false
15+
required: true
16+
type: boolean
1217
architecture:
1318
description: 'Architecture'
1419
required: true

0 commit comments

Comments
 (0)