refact: Let host to handle command arguments.
Some checks failed
Build blog docker image / Build-Blog-Image (push) Failing after 0s

Signed-off-by: jackfiled <xcrenchangjun@outlook.com>
This commit is contained in:
2026-03-14 19:48:44 +08:00
parent 462fbb28ac
commit d8e4931d63
15 changed files with 340 additions and 427 deletions

View File

@@ -13,8 +13,8 @@ jobs:
lfs: true
- name: Build project.
run: |
git submodule update --init
podman pull mcr.azure.cn/dotnet/aspnet:10.0
cd YaeBlog
pwsh build.ps1 build
- name: Workaround to make sure podman-login working.
run: |