add docker tag to hugo ci step

This commit is contained in:
parent 58b73f55d3
commit 5bf018e103
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -2,6 +2,8 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
HUGO_ENV: production HUGO_ENV: production
setup-hugo: setup-hugo:
tags:
- docker
stage: setup-hugo stage: setup-hugo
image: registry.gitlab.com/pages/hugo/hugo_extended:latest image: registry.gitlab.com/pages/hugo/hugo_extended:latest
script: script: