Re-order push tag and release

Bryan Boreham
2019-02-12 16:40:07 +00:00
parent f9135849d9
commit 7642d89e1b
+2 -2
@@ -119,8 +119,6 @@ Go to https://github.com/weaveworks/scope/releases and edit the most recent rele
so it matches the previous releases, editing the links as appropriate.
Click **Save draft**, not Publish!
## bin/release publish
## Update latest_release tag
```
@@ -128,6 +126,8 @@ $ git tag -a -f -m "Release $TAG" latest_release $TAG
$ git push -f origin latest_release
```
## bin/release publish
Log in to Docker Hub and quay.io with your account:
```
$ docker login