From 80e167fc950838369072f229b7f63923f719d5e1 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:48:51 +0100 Subject: [PATCH] docs: Clarify that `rechunk` is an experimental option --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f8ed29b..1f266e1 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ inputs: description: | Rechunk the ostree-based result images with [github.com/hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) for more efficient diffs and updates. (lower image size, better download speed, better update resuming) - Will make your builds considerably slower. Feel free to only enable this when not actively developing your image. + Will make your builds considerably slower. This is an experimental option, as it can cause issues with file permissions in some scenarios, so enable it on your own behalf. required: false default: "false" use_cache: