From 5bf018e1037fa136788996000353c7cdf7745ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 3 Jan 2024 00:14:39 -0500 Subject: [PATCH] add docker tag to hugo ci step --- .gitlab/hugo.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 4ca3bc7..bcc88d8 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -2,6 +2,8 @@ variables: GIT_SUBMODULE_STRATEGY: recursive HUGO_ENV: production setup-hugo: + tags: + - docker stage: setup-hugo image: registry.gitlab.com/pages/hugo/hugo_extended:latest script: