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}
Check Commit
{#if image.repository + ':' + image.tag !== runningImage}
revertToLocal(image)}>Revert Now
{:else}
Currently Used
{/if}
{/each}
{:else}
No Local images available
{/if}
Remote Images (Docker Registry)
Revert Now