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') }}
@php $date = data_get($image, 'created_at'); $interval = \Illuminate\Support\Carbon::parse($date); @endphp
{{ $interval->diffForHumans() }}
{{ $date }}
@if (data_get($image, 'is_current')) Rollback @else Rollback @endif
@empty
No images found locally.
@endforelse