From d380cf963696d15728ccd9aaed04441b9fef8e3a Mon Sep 17 00:00:00 2001 From: a3hadi Date: Tue, 12 Mar 2024 10:06:04 -0400 Subject: [PATCH] update development.md Signed-off-by: a3hadi --- development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.md b/development.md index 699c62da..c20d1f3c 100644 --- a/development.md +++ b/development.md @@ -24,7 +24,7 @@ You can alternatively build a specific example image by running the following in ```shell ./update_examples.sh -bpe -t ``` -This is essentially equivalent to running `make image-push` in the example directory itself. +This is essentially equivalent to running `make image-push TAG=` in the example directory itself. ### Deploying