Rollback

Reload Available Images
You can easily rollback to a previously built (local) images quickly.
@forelse ($images as $image)
@if (data_get($image, 'is_current')) LIVE | @endif SHA: {{ data_get($image, 'tag') }}
{{ data_get($image, 'created_at') }}
@if (data_get($image, 'is_current')) Rollback @else Rollback @endif
@empty
No images found locally.
@endforelse