1
0
Fork 0
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:
Sandro Modarelli 2022-03-25 15:09:12 +01:00 committed by Alex Viscreanu
parent 17f90e5aa4
commit 20173de989
3 changed files with 7 additions and 0 deletions

View file

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