From 0312e1724030584bcd527442ba45189edb53b476 Mon Sep 17 00:00:00 2001 From: neko Date: Wed, 7 Aug 2024 11:57:45 +0000 Subject: [PATCH] upd ci image --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afbbf04..91128bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ -image: registry.gitlab.com/pages/hugo:latest +default: + image: "${CI_TEMPLATE_REGISTRY_HOST}/pages/hugo/hugo_extended:latest" variables: GIT_SUBMODULE_STRATEGY: recursive + HUGO_ENV: production WEBDAV_REMOTE_PATH: html-es.hackmeeting.org WEBDAV_USERNAME: es_hackmeeting WEBDAV_URL: https://www.autistici.org/dav/es_hackmeeting