diff --git a/Release-Process.md b/Release-Process.md index 39399c3..268ab33 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -122,13 +122,17 @@ Click **Save draft**, not Publish! ## bin/release publish -Log in to Docker Hub with your account. - +Log in to Docker Hub and quay.io with your account: ``` $ docker login Username: Password: Email: + +$ docker login quay.io +Username: +Password: +Email: ``` Then push the release: @@ -144,12 +148,6 @@ If you don't need sudo to run Docker commands, you should do $ env GITHUB_TOKEN=xxx SUDO= bin/release publish ``` -Then [manually](https://github.com/weaveworks/scope/issues/2762) push the release to quay.io with something like -``` -$ docker tag weaveworks/scope:1.6.0 quay.io/weaveworks/scope:1.6.0 -$ docker push quay.io/weaveworks/scope:1.6.0 -``` - ## Merge Merge the release branch to master.