diff options
author | Alex Auvolat <alex@adnab.me> | 2022-03-02 12:04:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-02 12:04:24 +0100 |
commit | db1d6734267b2396e05943d8848cfa3e05fdfcfa (patch) | |
tree | 98cd4e0a2cc8eaad502677da97e3506394f3097c | |
parent | c15d41fc724cc516c470f9af4bb850ede9f877ef (diff) | |
download | garagehq.deuxfleurs.fr-db1d6734267b2396e05943d8848cfa3e05fdfcfa.tar.gz garagehq.deuxfleurs.fr-db1d6734267b2396e05943d8848cfa3e05fdfcfa.zip |
Add mention of Docker images on download page
-rw-r--r-- | templates/download.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html index 467cb79..75a7d3e 100644 --- a/templates/download.html +++ b/templates/download.html @@ -14,7 +14,12 @@ </div> <div class="mx-auto max-w-7xl px-4"> <div id="releases-container" class="py-24 space-y-20"> - <div id="release-builds"> + <div id="docker-images"> + <h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2> + <p>All of the builds listed in the sections below can be downloaded as Docker images + available <a href="https://hub.docker.com/u/dxflrs">on the Docker hub</a>.</p> + </div> + <div id="release-builds" class="space-y-4"> <h2 class="text-garage-gray text-xl font-semibold">Release Builds</h2> <div id="release-builds-container" class="space-y-12"></div> </div> |