mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
Added step to docker login
@@ -75,6 +75,17 @@ Click **Save draft**, not Publish!
|
||||
|
||||
## bin/release publish
|
||||
|
||||
Log in to docker hub with your account.
|
||||
|
||||
```
|
||||
$ docker login
|
||||
Username: <your username>
|
||||
Password:
|
||||
Email: <your email>
|
||||
```
|
||||
|
||||
Then push the release:
|
||||
|
||||
```
|
||||
$ env GITHUB_TOKEN=xxx bin/release publish
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user