From 9deaac168f50a563e7c49ea73ebd18330d9c0f24 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 12 Oct 2023 02:38:10 +0200
Subject: [PATCH] ci(mirror): Add OCI labels to mirror images

---
 images/mirror/Earthfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/images/mirror/Earthfile b/images/mirror/Earthfile
index 2e9fad1aa..d11fbdde0 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:
-- 
GitLab