ci(docker_build): update workflow to checkout code from specific repository and branch
- Add 'repository' and 'ref' parameters to the checkout step - Specify the source repository as '113.44.68.213:3000' - Set the branch to 'main
This commit is contained in:
parent
72658a2ba7
commit
0f3c24347b
@ -25,6 +25,9 @@ jobs:
|
||||
steps:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: 113.44.68.213:3000
|
||||
ref: main
|
||||
|
||||
- name: 获取分支名称
|
||||
id: branch_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user