diff options
author | Unknwon <u@gogs.io> | 2015-12-07 19:40:24 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-07 19:40:24 -0500 |
commit | b1a53f6d8e4a10a9debe5aff084f0c63c1b708aa (patch) | |
tree | e5803cc355db7d5a404021a860086a98302c978a | |
parent | fde9c696794417e23b6e92039d5d14551f0ef0aa (diff) | |
download | gitea-b1a53f6d8e4a10a9debe5aff084f0c63c1b708aa.tar.gz gitea-b1a53f6d8e4a10a9debe5aff084f0c63c1b708aa.zip |
add quay.io as another Docker option
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docker/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) +Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Docker Repository on Quay](https://quay.io/repository/gogs/gogs/status "Docker Repository on Quay")](https://quay.io/repository/gogs/gogs) ===================== [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/docker/README.md b/docker/README.md index 35106a1314..b1ed9d4681 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,6 @@ # Docker for Gogs -Visit [Docker Hub](https://hub.docker.com/r/gogs/gogs/) see all available tags. +Visit [Docker Hub](https://hub.docker.com/r/gogs/gogs/) or [QUAY](https://quay.io/repository/gogs/gogs) see all available tags. ## Usage |