Update allow image template
This commit is contained in:
parent
466297a2bc
commit
80a05a58b4
|
@ -23,6 +23,23 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 镜像仓库地址
|
||||
placeholder: |
|
||||
https://hub.docker.com/r/...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: 这是镜像仓库官方认证过的么?
|
||||
options:
|
||||
- 不是 (请补充下面的信息, 乱填将关闭申请)
|
||||
- 是的 (不需要填下面的信息)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 项目源码地址 或 组织地址
|
||||
|
@ -37,14 +54,6 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 镜像仓库地址
|
||||
placeholder: |
|
||||
https://hub.docker.com/r/...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 补充说明
|
||||
|
|
Loading…
Reference in New Issue