diff --git a/docs/development/releasing.md b/docs/development/releasing.md index a9258dea..13c8e0b4 100644 --- a/docs/development/releasing.md +++ b/docs/development/releasing.md @@ -93,9 +93,9 @@ Once you are satisfied with the release quality (consider waiting a week for bug 1. Edit the github release a final time, and uncheck the "Pre-release" checkbox 2. Tag the docker & gcr.io releases with the latest version - ``` - $ docker pull google/cadvisor:$VERSION - $ docker tag -f google/cadvisor:$VERSION google/cadvisor:latest - $ docker tag -f google/cadvisor:$VERSION gcr.io/google_containers/cadvisor:latest - ``` +``` +$ docker pull google/cadvisor:$VERSION +$ docker tag -f google/cadvisor:$VERSION google/cadvisor:latest +$ docker tag -f google/cadvisor:$VERSION gcr.io/google_containers/cadvisor:latest +``` 3. Repeat steps 4.a and 4.b to push the image tagged with latest