feat: add docker hub as default registry
This commit is contained in:
parent
8060274e8f
commit
43c892c45f
2 changed files with 5 additions and 2 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": ["elif", "kaniko"]
|
||||||
|
}
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
name: Kaniko
|
name: Kaniko
|
||||||
description: Build a container image using Kaniko
|
description: Build a container image using Kaniko
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -11,7 +10,8 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
registry:
|
registry:
|
||||||
description: Domain of the registry. Should be the same as the first path component of the tag.
|
description: Domain of the registry. Should be the same as the first path component of the tag.
|
||||||
required: true
|
required: false
|
||||||
|
default: https://index.docker.io/v1/
|
||||||
username:
|
username:
|
||||||
description: Username for the container registry
|
description: Username for the container registry
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue