Skip to content

Commit 76b227f

Browse files
committed
fix localhost docker registry error
1 parent de35d8f commit 76b227f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_image_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ concurrency:
7777

7878
env:
7979
# Local registry used by CI runners (see .github/configs/cuda.yml)
80-
REGISTRY: localhost:5000
80+
REGISTRY: harbor.baai.ac.cn/flagscale
8181
# Default build versions (keep in sync with docker/build.sh)
8282
CUDA_VERSION: '12.8.1'
8383
UBUNTU_VERSION: '22.04'

0 commit comments

Comments
 (0)