ci: 更新工作流中使用的工作空间变量从github到gitea
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user