Revert
If you do not want the next commit to overwrite the reverted application, temporary disable Automatic Deployment feature here.
{#if imagesAvailables.length > 0}
Local Images
{#each imagesAvailables as image}
{image.tag}
{#if image.repository + ':' + image.tag !== runningImage} {:else} {/if}
{/each}
{:else}
No Local images available
{/if}
Remote Images (Docker Registry)