ci: 更新工作流中使用的工作空间变量从github到gitea

This commit is contained in:
shanshanzhong 2025-07-22 10:09:55 -07:00
parent 9b7a588997
commit c11d46bdbf

View File

@ -76,7 +76,7 @@ jobs:
- name: Build and push docker image
run: |
source ${{ github.workspace }}/deploy/.env
source ${{ gitea.workspace }}/deploy/.env
go mod tidy
make build-linux
make docker