From 22abaaefff56061c9afbf9589c6123bbaa9ba931 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Mon, 11 Mar 2024 17:16:03 -0400 Subject: [PATCH] modify development.md Signed-off-by: a3hadi --- development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development.md b/development.md index 5d99843c..8b9a3804 100644 --- a/development.md +++ b/development.md @@ -17,7 +17,8 @@ After making changes to the SDK, if you want to build all the example images at ```shell ./update_examples.sh -bp -t ``` -The default tag is `stable`, but it is recommended you specify your own for testing purposes, as the Github Actions CI uses the `stable` tag. +The default tag is `stable`, but it is recommended you specify your own for testing purposes, as the Github Actions CI uses the `stable` tag. Note: do not forget to clean up testing tags +in the registry, i.e. delete them, once you are done testing. ### Deploying