From d2b3dca230977a041b8f1be1bf9d2751c84c4518 Mon Sep 17 00:00:00 2001 From: Ella Schwarz Date: Thu, 4 Feb 2021 00:54:00 -0800 Subject: [PATCH] Readme updated for main dockerfile --- dockerfiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/README.md b/dockerfiles/README.md index be0e1917..09ede715 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -8,7 +8,7 @@ Build and Deploy the Container ------------------------------ sudo docker build --target base . # to build the image for the CI - sudo docker build --target base --build-args CHIPYARD_HASH= . # to build the image for the CI from a specific chipyard commit + sudo docker build --target base --build-arg CHIPYARD_HASH= . # to build the image for the CI from a specific chipyard commit sudo docker build --target base-with-tools . # to build the full image sudo docker tag :tag . # to tag the image after the build (ex. 0.0.3) sudo docker login # login into the account to push to