Skip to content

Commit cf7a36e

Browse files
committed
use localhost registry instead
1 parent 1bce01f commit cf7a36e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: [self-hosted, nvidia, gpu-8]
2323
timeout-minutes: ${{ inputs.timeout-minutes }}
2424
container:
25-
image: harbor.baai.ac.cn/vllm-plugin-fl:ci
25+
image: localhost:5000/flagos/vllm-plugin-fl:ci
2626
volumes:
2727
- /data:/data
2828
options: >-

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Unit Tests
2222
runs-on: [self-hosted, nvidia, gpu-8]
2323
container:
24-
image: harbor.baai.ac.cn/vllm-plugin-fl:ci
24+
image: localhost:5000/flagos/vllm-plugin-fl:ci
2525
volumes:
2626
- /data:/data
2727
options: >-

0 commit comments

Comments
 (0)