From 811e51dde89f397d2781e7561fb3498b882c2d73 Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Wed, 29 Mar 2023 19:28:30 -0400 Subject: [PATCH] Update tools/docker/README.md Co-authored-by: Brad Warren --- tools/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/README.md b/tools/docker/README.md index 7d51c1328..548b5e681 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -28,7 +28,7 @@ and runs a test command to validate the image contents. Running `./deploy_images.sh all` will push the previously generated images to Docker Hub. The argument is an identifier applied to all docker -images and manifests. it may be something like `nightly` or `v2.3.2`. If +images and manifests. It may be something like `nightly` or `v2.3.2`. If the tag is a version stamp greater than `v2.0.0`, then a `latest` tag will also be generated and pushed to the docker hub repo.