Update tools/docker/README.md

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
humanoid2050 2023-03-29 19:28:30 -04:00 committed by GitHub
parent 8df6a326be
commit 811e51dde8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ and runs a test command to validate the image contents.
Running `./deploy_images.sh <TAG> all` will push the previously generated images
to Docker Hub. The <TAG> 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.