diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-26 18:01:57 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-26 18:01:57 +0200 |
commit | e792222615ba7177672ae0afe04e9aee42e8080e (patch) | |
tree | bb8396b5eee3b0a51364b33489361efa4ea9dfe1 /templates | |
parent | 948ebfda6f04577dd956c496bd24569fab479ffc (diff) | |
download | garagehq.deuxfleurs.fr-e792222615ba7177672ae0afe04e9aee42e8080e.tar.gz garagehq.deuxfleurs.fr-e792222615ba7177672ae0afe04e9aee42e8080e.zip |
Link to multi-arch docker image repo on dl page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html index 56448c9..b2f4744 100644 --- a/templates/download.html +++ b/templates/download.html @@ -18,7 +18,7 @@ Downloads | {{ config.title }} <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" class="text-garage-orange font-bold hover:underline">on the Docker hub</a>. + <a href="https://hub.docker.com/r/dxflrs/garage" class="text-garage-orange font-bold hover:underline">on the Docker hub</a>. </p> </div> <div id="docker-images" class="space-y-4"> |