diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c60674c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cSpell.words": ["elif", "kaniko"] +} diff --git a/action.yml b/action.yml index 3d61d87..5d351e8 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,4 @@ --- - name: Kaniko description: Build a container image using Kaniko inputs: @@ -11,7 +10,8 @@ inputs: required: true registry: 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: description: Username for the container registry required: true