update readme

This commit is contained in:
Brad Warren 2020-08-14 12:50:34 -07:00
parent 35546d2716
commit 1ac242c9df

View file

@ -20,11 +20,12 @@ DNS plugin Docker images to Docker Hub.
High-level behavior
-------------------
Running `./build.sh <TAG> && ./deploy.sh <TAG>` causes the Docker images to be
built and deployed to Docker Hub where `<TAG>` is the base of the tag that
should be given to the given images. The tag should either be `nightly` or a
git version tag like `v0.34.0`. The given tag is only the base of the tag
because the CPU architecture is also added to the tag.
Running `./build.sh <TAG> all && ./deploy.sh <TAG>` causes the Docker images to
be built and deployed to Docker Hub for all supported architectures where
`<TAG>` is the base of the tag that should be given to the given images. The
tag should either be `nightly` or a git version tag like `v0.34.0`. The given
tag is only the base of the tag because the CPU architecture is also added to
the tag.
Configuration
-------------