mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-10 09:30:01 +02:00
feat: Allow custom context path
This commit is contained in:
parent
51211d4483
commit
94f437184e
3 changed files with 9 additions and 2 deletions
|
@ -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**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue