From 87625acfac82be14b77eb2fb53a283e2438be57f Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 2 Jan 2026 11:28:51 +0700 Subject: [PATCH] Update base image as registry.gitlab.com/pages/hugo/hugo deprecation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c18e23..26fe34d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # # All available Hugo versions are listed under https://gitlab.com/pages/hugo/container_registry. # -image: registry.gitlab.com/pages/hugo/hugo:latest +image: hugomods/hugo:base stages: - build