From 9b7bf8b9a13d86000d6d836ddb0791b43aeb8132 Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Tue, 7 May 2024 00:03:30 -0700 Subject: [PATCH] docs: update readme for private reg Signed-off-by: Nianyu Shen --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c648dd4..874f7c1 100644 --- a/README.md +++ b/README.md @@ -268,4 +268,7 @@ cp spectro-luet-auth.yaml.template spectro-luet-auth.yaml # modify serveraddess, username and password in spectro-luet-auth.yaml to yours ``` -5. Build the image using the same command as before +5. Build the image using earthly installed on the host +```shell +earthly --push +build-all-images +```