quay.io publish is now part of release script

Matthias Radestock
2017-07-28 14:22:17 +01:00
parent a08ce5a263
commit d7c1c7214d
+6 -8
@@ -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: <your username>
Password:
Email: <your email>
$ docker login quay.io
Username: <your username>
Password:
Email: <your 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.