ci: 更新工作流中使用的工作空间变量从github到gitea
This commit is contained in:
parent
9b7a588997
commit
c11d46bdbf
@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push docker image
|
- name: Build and push docker image
|
||||||
run: |
|
run: |
|
||||||
source ${{ github.workspace }}/deploy/.env
|
source ${{ gitea.workspace }}/deploy/.env
|
||||||
go mod tidy
|
go mod tidy
|
||||||
make build-linux
|
make build-linux
|
||||||
make docker
|
make docker
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user