-
Clone the repo
-
Check out the commit for the release
-
In the root of the local repository, run:
export TAG=<THE_TAG_BEING_PUSHED> docker build -t cockroachdb/movr:latest -t cockroachdb/movr:${TAG} . docker push cockroachdb/movr:${TAG}
-
If this version should also be set to the
latest
tag, run:docker build -t cockroachdb/movr:latest . docker push cockroachdb/movr:latest