From 34a277ef0f24884f9f99f4ad17d5d870d8699458 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 28 Feb 2024 23:52:28 +0100
Subject: [PATCH] ci(earthly): Add distroless verification

---
 Earthfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Earthfile b/Earthfile
index ecf548d0a..664b42eb6 100644
--- a/Earthfile
+++ b/Earthfile
@@ -4,6 +4,7 @@ VERSION --wait-block 0.7
 images:
     ARG CONTAINER_REGISTRY=quay.io/shivering-isles
     ARG latest=false
+    BUILD ./images/mirror+verify-distroless
     BUILD +images-earthly --CONTAINER_REGISTRY=${CONTAINER_REGISTRY} --latest=$latest
 
 images-src:
-- 
GitLab