ci: use official Hugo image

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-10-16 17:26:07 +02:00
parent 970eb6607f
commit 5b8ceb6a8f
4 changed files with 19 additions and 36 deletions

View File

@@ -1,9 +1,9 @@
variable "HUGO_ENV" {
default = "development"
default = null
}
variable "DOCS_URL" {
default = "https://docs.docker.com"
default = null
}
variable "DOCS_SITE_DIR" {