We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28c5be commit 13b2b60Copy full SHA for 13b2b60
.github/workflows/build-and-push.yml
@@ -6,9 +6,14 @@ on:
6
workflow_dispatch:
7
inputs:
8
dockerImageTag:
9
- description: 'Docker Image Tag'
+ description: '镜像Tag'
10
default: 'v1.9.0-dev'
11
required: true
12
+ dockerImageTagWithLatest:
13
+ description: '是否发布latest tag(正式发版时选择,测试版本切勿选择)'
14
+ default: false
15
+ required: true
16
+ type: boolean
17
architecture:
18
description: 'Architecture'
19
0 commit comments