From e99a9eaf6819566deb1755f8f87f580fa95980ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Jacquin?= Date: Fri, 20 Oct 2017 15:11:24 +0200 Subject: [PATCH] Use docker image "latest" tag instead of version number --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3da0e6..7cc478a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ -image: registry.gitlab.com/pages/hugo:0.27.1 +# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry +image: registry.gitlab.com/pages/hugo:latest test: script: