From 7afd53e4747bdb98296371125b987bbaa68bc823 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Mon, 30 Oct 2023 14:05:44 +0100 Subject: Changed the docker image to the official one --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffac424..972c9d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.com/pages/hugo/hugo_extended:latest +image: hugomods/hugo:latest variables: HUGO_ENV: production -- cgit v1.3.1