From d7c1c7214db8ce6abd687f137e72c0096fbed013 Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Fri, 28 Jul 2017 14:22:17 +0100 Subject: [PATCH] quay.io publish is now part of release script --- Release-Process.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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.