feat: Allow custom context path

This commit is contained in:
Doron Somech
2020-06-20 09:41:59 +03:00
committed by Alex Viscreanu
parent 51211d4483
commit 94f437184e
3 changed files with 9 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ the most used values. So, technically there is a single required argument
| extra_args | Additional arguments to be passed to the kaniko executor | false | |
| strip_tag_prefix | Prefix to be stripped from the tag | false | |
| skip_unchanged_digest | Avoids pushing the image if the build generated the same digest | false | |
| path | Path to the build context. Defaults to `.` | false | . |
**Here is where it gets specific, as the optional arguments become required depending on the registry targeted**