From f35ab53f15652d375104cbc4d85a75a080125a16 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 2 Jan 2026 11:27:15 +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..32a723c 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:git stages: - build