mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-12 10:30:02 +02:00
feat: adding debug flag
This commit is contained in:
parent
17f90e5aa4
commit
20173de989
3 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,7 @@ the most used values. So, technically there is a single required argument
|
|||
| path | Path to the build context. Defaults to `.` | false | . |
|
||||
| tag_with_latest | Tags the built image with additional latest tag | false | |
|
||||
| target | Sets the target stage to build | false | |
|
||||
| debug | Enables trace for entrypoint.sh | 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