fix: build action.
Some checks failed
Build blog docker image / Build-Blog-Image (push) Failing after 45s

Signed-off-by: jackfiled <xcrenchangjun@outlook.com>
This commit is contained in:
2026-03-14 21:15:33 +08:00
parent 45f15c9bd9
commit e10c8e7e75

View File

@@ -82,9 +82,10 @@ process {
{
$commitId = git rev-parse --short=10 HEAD
dotnet publish ./src/YaeBlog/YaeBlog.csproj -o out
Write-Host "Succeed to build blog appliocation."
podman build . -t ccr.ccs.tencentyun.com/jackfiled/blog --build-arg COMMIT_ID=$commitId `
-f ./src/YaeBlog/Dockerfile
Remove-Item -Recurse -Force ./out
Write-Host "Succeed to build ccr.ccs.tencentyun.com/jackfiled/blog image."
}
function Start-Develop {