From bbdb9dfe46b4bc6157b9b1cd98feec909770e71e Mon Sep 17 00:00:00 2001 From: Philippe Moussalli Date: Tue, 14 Nov 2023 10:33:41 +0100 Subject: [PATCH] publishing Components (#621) There was already documentation provided here, added a small section for the local runner --------- Co-authored-by: Robbe Sneyders --- docs/components/publishing_components.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/components/publishing_components.md b/docs/components/publishing_components.md index 97bbdfcba..761d13da1 100644 --- a/docs/components/publishing_components.md +++ b/docs/components/publishing_components.md @@ -34,4 +34,10 @@ referenced component specification yaml will also be updated, ensuring that the next pipeline run correctly references the image. +!!! note "IMPORTANT" + + When developing custom components using the local runner, building and publishing components is not required. + That is because components that are not located in the registry (local custom components) will be built automatically by the local runner. + This allows for quicker iteration during component development. +