diff --git a/DOCS.md b/DOCS.md
index 405daa1..00128f9 100644
--- a/DOCS.md
+++ b/DOCS.md
@@ -268,6 +268,7 @@ The following parameters are used to configure the image:
| `snapshot_mode` | control how to snapshot the filesystem. - options: `full`, `redo`, or `time` | `false` | `N/A` | `PARAMETER_SNAPSHOT_MODE`
`KANIKO_SNAPSHOT_MODE` |
| `tag` | tag generated for build | `false` | **set by Vela** | `PARAMETER_TAG`
`KANIKO_TAG`
`VELA_BUILD_TAG` |
| `tags` | unique tags of the image | `true` | `latest` | `PARAMETER_TAGS`
`KANIKO_TAGS` |
+| `tar_path` | save the image as a tarball at path | `false` | `N/A` | `PARAMETER_TAR_PATH`
`KANIKO_TAR_PATH` |
| `target` | set the target build stage for the image | `false` | `N/A` | `PARAMETER_TARGET`
`KANIKO_TARGET` |
| `username` | user name for communication with the registry | `true` | `N/A` | `PARAMETER_USERNAME`
`KANIKO_USERNAME`
`DOCKER_USERNAME` |
| `custom_platform` | set the custom platform for the image | `false` | `N/A` | `PARAMETER_CUSTOM_PLATFORM`
`KANIKO_CUSTOM_PLATFORM` |