From 77614608b792dc48c61a5d526318068f2127742f Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 2 Jan 2026 11:25:21 +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 78114cd..9bd0b16 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 variables: GIT_SUBMODULE_STRATEGY: recursive