feat: update to .net 10. (#20)
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 3m41s

Use ClientAssets to build tailwind styles.
Make blog anchors not open new tab.

Reviewed-on: #20
This commit is contained in:
2026-01-04 01:04:00 +08:00
parent 58ba4b2a2f
commit 56374a4e6b
22 changed files with 133 additions and 107 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Build docker image.
run: |
proxy
podman pull mcr.microsoft.com/dotnet/aspnet:9.0
podman pull mcr.microsoft.com/dotnet/aspnet:10.0
unproxy
cd YaeBlog
podman build . -t ccr.ccs.tencentyun.com/jackfiled/blog --build-arg COMMIT_ID=$(git rev-parse --short=10 HEAD)