diff --git a/Release-Process.md b/Release-Process.md index 7e48b42..e97c6df 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -123,17 +123,13 @@ $ git push -f origin latest_release ## bin/release publish -Log in to Docker Hub and quay.io with your account: +Log in to Docker Hub with your account: + ``` $ docker login Username: Password: Email: - -$ docker login quay.io -Username: -Password: -Email: ``` Then push the release: @@ -142,11 +138,11 @@ Then push the release: $ env GITHUB_TOKEN=xxx bin/release publish ``` -This interacts with Docker. +_**Note:** The script might still try to push images to quay.io - the issue [#3614](https://github.com/weaveworks/scope/issues/3614) is supposed to address that legacy._ ## Merge -Merge the release branch to master. +Merge the release branch to master and publish the release draft. ## Add new release to checkpoint-api.weave.works