From d4d49b56d1759c7e70a70fd3171f99b3d40755da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com>
Date: Sat, 7 Dec 2024 09:27:40 +0000
Subject: [PATCH] fix(lychee): set image registry

---
 templates/validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/validation.yml b/templates/validation.yml
index 1d05f65..68e8254 100644
--- a/templates/validation.yml
+++ b/templates/validation.yml
@@ -64,7 +64,7 @@ gitlab-ci-lint:
 
 check-links:
   image: 
-    name: lycheeverse/lychee:latest
+    name: docker.io/lycheeverse/lychee:latest
     entrypoint: [""]
   stage: build
   script:
-- 
GitLab