feat: able to push image to docker registry

This commit is contained in:
Andras Bacsai
2022-12-01 14:39:02 +01:00
parent 127880cf8d
commit 8ccb0c88db
9 changed files with 102 additions and 20 deletions

View File

@@ -218,7 +218,7 @@
<li class="menu-title">
<span>Advanced</span>
</li>
{#if !application.simpleDockerfile}
{#if application.gitSourceId}
<li
class="rounded"
class:bg-coollabs={$page.url.pathname === `/applications/${$page.params.id}/revert`}
@@ -267,7 +267,7 @@
</svg>Monitoring</a
>
</li>
{#if !application.settings.isBot && !application.simpleDockerfile}
{#if !application.settings.isBot && application.gitSourceId}
<li
class="rounded"
class:bg-coollabs={$page.url.pathname === `/applications/${$page.params.id}/previews`}