chore: remove unused steps in build actions.
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m48s

This commit is contained in:
jackfiled 2025-03-07 20:21:17 +08:00
parent b9c44408ad
commit dec2bc937a

View File

@ -15,9 +15,6 @@ jobs:
run: |
cd YaeBlog
dotnet publish
- name: Alias podman as docker
run: |
echo 'alias docker="podman"' >> $HOME/.bashrc
- name: Build docker image
run: |
cd YaeBlog