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:
Havoc420Mac 2025-04-05 09:01:34 +08:00
parent 72658a2ba7
commit 0f3c24347b

View File

@ -25,6 +25,9 @@ jobs:
steps: steps:
- name: 检出代码 - name: 检出代码
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
repository: 113.44.68.213:3000
ref: main
- name: 获取分支名称 - name: 获取分支名称
id: branch_name id: branch_name