mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-10 01:20:00 +02:00
feat: Add target option
This commit is contained in:
parent
79ed56ad90
commit
daf41b1e54
3 changed files with 7 additions and 2 deletions
|
@ -55,6 +55,7 @@ the most used values. So, technically there is a single required argument
|
|||
| skip_unchanged_digest | Avoids pushing the image if the build generated the same digest | false | |
|
||||
| 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 | |
|
||||
|
||||
**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