feat: add docker hub as default registry

This commit is contained in:
Leandro Costa 2025-06-17 12:19:40 -03:00
parent 8060274e8f
commit 43c892c45f
2 changed files with 5 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"cSpell.words": ["elif", "kaniko"]
}

View file

@ -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