ci(workflow): 移除构建步骤中的冗余命令

This commit is contained in:
邹方成 2025-10-17 01:14:15 +08:00
parent 5f9908195f
commit fba0f78b25

View File

@ -84,9 +84,6 @@ jobs:
- name: Build and push docker image
run: |
source ${{gitea.WORKSPACE}}/deploy/.env
go clean -modcache
go mod tidy
make build-linux
make docker
make publish-docker
make docker-run