diff --git a/release/README.md b/release/README.md index 0a51d125c..fb245e23c 100644 --- a/release/README.md +++ b/release/README.md @@ -32,9 +32,7 @@ These steps assume you are on the correct branch and have a git remote called `o ### Docker - The docker image is built by our CI workers and pushed to Docker Hub automatically. - Please verify that https://hub.docker.com/r/mitmproxy/mitmproxy/tags/ has the latest version. -- The latest tag should auto-update. @mhils introduced this after the 5.0.0 release. - Please verify that this is the case and remove this notice. For reference, this is how to do it manually: - `export VERSION=4.0.3 && docker pull mitmproxy/mitmproxy:$VERSION && docker tag mitmproxy/mitmproxy:$VERSION mitmproxy/mitmproxy:latest && docker push mitmproxy/mitmproxy:latest`. +- Please verify that the latest tag points to the most recent image (same digest / hash). ### Docs - `./build.sh`. If everything looks alright, continue with