mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-23 22:36:24 +00:00
quay.io publish is now part of release script
+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.
|
||||
|
||||
Reference in New Issue
Block a user