Skip to content
Snippets Groups Projects
Commit acf7f697 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Use official Hugo docker image instead of the outdated klakegg/hugo


The tag "latest" doesn't yet exists, so let's pin to the last
version for now.

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent fed76d24
No related branches found
No related tags found
1 merge request!673Use official Hugo docker image instead of the outdated klakegg/hugo
......@@ -39,7 +39,7 @@ test-images:
test-html:
image:
name: klakegg/hugo:latest
name: ghcr.io/gohugoio/hugo:v0.135.0
entrypoint: [""]
stage: generate-html
tags:
......
......@@ -9,6 +9,6 @@ docker run \
-u $(id -u) \
-v ${REPO}:/source \
--security-opt label=disable \
klakegg/hugo:latest \
ghcr.io/gohugoio/hugo:v0.135.0 \
$@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment