From 206aa425200516b3bb93b81e9f1395a0726727ae Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 14 Jul 2021 07:42:31 +0000 Subject: [PATCH] Bump to latest gitlab hugo image --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ae167f..847e853 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,7 @@ -# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry -# image: registry.gitlab.com/pages/hugo:latest -image: monachus/hugo:latest +image: registry.gitlab.com/pages/hugo/hugo_extended:latest before_script: - - apt-get update - - apt-get --yes --force-yes install git ssh rsync + - apk add --update --no-cache git openssh rsync - git submodule update --init --recursive pages: