From 14d764fb5e753c1f64a62ef560a78e6b0bfadbb6 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Fri, 7 Feb 2025 13:39:24 +0300 Subject: [PATCH] Warn about dangling image in registry --- 2.0/docs/cicd/wodby-registry.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2.0/docs/cicd/wodby-registry.md b/2.0/docs/cicd/wodby-registry.md index 7214ee5..0413ee2 100644 --- a/2.0/docs/cicd/wodby-registry.md +++ b/2.0/docs/cicd/wodby-registry.md @@ -7,3 +7,6 @@ You can authenticate to Wodby Registry using your Wodby account credentials. ## Repositories We create a new repository per each application instances, available as `[org-name]/[app-name]-[app-instance-name]`. + +!!! important + Docker images that are not associated with existing application instances and builds will be automatically cleaned up.