Hugo CI docker image is used to compile gitlab CI into a static site
180
hugo ci docker 镜像,用于gitlab ci编译成静态站点 Hugo CI docker image is used to compile gitlab CI into a static site
stages:
- build
variables:
APP: fastmock-docs
ALIYUN_DOCKER_REGISTRY: registry.cn-beijing.aliyuncs.com
build-site:
stage: build
image: wallbase/hugo:0.92.1-ext-alpine-docker
before_script:
- docker login -u [email protected] -p xxx
script:
- hugo
- docker build -t xxxxx/fastmock-docs:latest .
Content type
Image
Digest
sha256:acf0a8329…
Size
287.4 MB
Last updated
over 1 year ago
docker pull wallbase/hugo:v0.139.0-r4-docker-28.0.4-alpine3.21