From 95493b47b44cebfb28d9b2dd3206494485e93afa Mon Sep 17 00:00:00 2001 From: hanhxiao Date: Wed, 25 Sep 2019 19:14:57 +0800 Subject: [PATCH] docs(readme): add github package to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 138a302d..74385a4f 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,13 @@ docker login --username=xxx ccr.ccs.tencentyun.com # login to Tencent Cloud so docker run ccr.ccs.tencentyun.com/gnes/gnes:latest-alpine ``` +🆕 Since 2019.9.24, you can also pull GNES from [Github packages](https://github.com/gnes-ai/gnes/packages/). Note, older versions/tags before 2019.9.24 are not uploaded. + +```bash +docker login --username=xxx docker.pkg.github.com/gnes-ai/gnes # login to github package so that we can pull from it +docker run docker.pkg.github.com/gnes-ai/gnes/gnes:latest-alpine +``` + The table below shows the status of the build pipeline. @@ -161,6 +168,10 @@ The table below shows the status of the build pipeline. + + + +
Github Package
docker.pkg.github.com/gnes-ai/gnes/gnes:[tag]
Tencent Cloud
ccr.ccs.tencentyun.com/gnes/gnes:[tag]