Update Docker Registry link in general.blade.php

This commit is contained in:
Andras Bacsai 2023-11-20 13:58:31 +01:00
parent f88e3c5b29
commit d0366c4054

View File

@ -50,7 +50,7 @@
<h3>Docker Registry</h3>
@if ($application->build_pack !== 'dockerimage')
<div>Push the built image to a docker registry. More info <a class="underline"
href="https://coolify.io/docs/" target="_blank">here</a>.</div>
href="https://coolify.io/docs/docker-registries" target="_blank">here</a>.</div>
@endif
<div class="flex flex-col gap-2 xl:flex-row">
@if ($application->build_pack === 'dockerimage')