From 7dac66a8ec19d4694bbf5b4dc720d6d0826e8d27 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Mon, 8 May 2023 01:20:48 +0800 Subject: [PATCH] chore(ci-cd): set HUGO_BASEURL --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 41b3e95e8..324716a00 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -30,6 +30,7 @@ jobs: push: true build-args: | BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 + HUGO_BASEURL=https://hbs-cn.razonyang.com/ tags: ccr.ccs.tencentyun.com/razonyang/hugo-theme-bootstrap:latest cache-from: type=gha cache-to: type=gha,mode=max