Update README

This commit is contained in:
Cosmin Cojocar 2018-08-15 09:58:26 +02:00
parent e543f4662c
commit 9577fd0b44

View file

@ -169,11 +169,9 @@ Note that all released archives are also uploaded to GitHub.
#### Docker image #### Docker image
You can execute a release and build the docker image as follows: You can build the docker image as follows:
``` ```
git tag <VERSION>
export GITHUB_TOKEN=<Your GitHub token>
make image make image
``` ```