diff --git a/images/mirror/Earthfile b/images/mirror/Earthfile
index 2e9fad1aa2a758599c9b8c0c019b17267855b1a2..d11fbdde0dc4abe54f6591c1116d5f52c5b3057d 100644
--- a/images/mirror/Earthfile
+++ b/images/mirror/Earthfile
@@ -4,6 +4,7 @@ MIRROR:
     COMMAND
     ARG image
     FROM ${image}
+    DO ../.utils/+LABEL --image=mirror --version=main
     SAVE IMAGE --cache-hint
 
 distroless-static-debug: