From bf330a4f9f8f4717fdc090cdcf7fb5ff2c804369 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Mon, 9 Mar 2026 05:33:47 +0000 Subject: [PATCH] Fix: use correct image tag for Hugo build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a96db21..324798e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # Use a specific version tag to bypass 'latest' caching issues -image: klakegg/hugo:0.155.3-ext-alpine +image: klakegg/hugo:ext-alpine variables: HUGO_ENV: production