docs: fix warning notice

This commit is contained in:
Dwi Siswanto 2023-08-15 01:13:52 +07:00
parent 8485ba730b
commit 1ca67f5c1a
No known key found for this signature in database
GPG Key ID: D192CC08161630BD

View File

@ -52,7 +52,8 @@ The following input actions are supported:
| `target` | Target container image (name or ID) | 🟢 | string | |
| `version` | Define Slim version | 🔴 | string | |
> **Warning**: Enabling the `overwrite` option will result in the replacement of the target image (original) with its slimmed version, regardless of the `tag` input.
> **Warning**
> Enabling the `overwrite` option will result in the replacement of the target image (original) with its slimmed version, regardless of the `tag` input.
<details>
<summary>You can also control the behavior of the Slim build command by setting the following environment variables:</summary>