17
0
Fork 0

Add mention of Docker images on download page

This commit is contained in:
Alex 2022-03-02 12:04:02 +01:00
parent c15d41fc72
commit db1d673426
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 6 additions and 1 deletions

View File

@ -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>