diff --git a/Earthfile b/Earthfile
index ecf548d0ad2f2db918a9c43444ff1100fd826b91..664b42eb6d3debb2a44a0abf3f27f1ddda3162e6 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: