changing the order of inputs
This commit is contained in:
Родитель
c75b92a653
Коммит
8b3fdffed7
|
@ -24,6 +24,13 @@
|
|||
"required": true,
|
||||
"helpMarkDown": "The Docker endpoint, set the certs and url."
|
||||
},
|
||||
{
|
||||
"name": "dockerRegistryServiceEndpoint",
|
||||
"type": "connectedService:DockerHub",
|
||||
"label": "Docker Hub connection",
|
||||
"required": true,
|
||||
"helpMarkDown": "The Docker Hub endpoint, to login to Docker Hub."
|
||||
},
|
||||
{
|
||||
"name": "action",
|
||||
"type": "pickList",
|
||||
|
@ -38,13 +45,6 @@
|
|||
},
|
||||
"helpMarkDown": "Select a docker action"
|
||||
},
|
||||
{
|
||||
"name": "dockerRegistryServiceEndpoint",
|
||||
"type": "connectedService:DockerHub",
|
||||
"label": "Docker Hub connection",
|
||||
"required": true,
|
||||
"helpMarkDown": "The Docker Hub endpoint, to login to Docker Hub."
|
||||
},
|
||||
{
|
||||
"name": "dockerFile",
|
||||
"type": "filePath",
|
||||
|
|
Загрузка…
Ссылка в новой задаче