Skip to content

Commit db90f92

Browse files
authored
CI: use alicloud image sync (#4567)
1 parent cd4cd18 commit db90f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/devcontainer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Login to Aliyun Registry
4444
uses: docker/login-action@v3
4545
with:
46-
registry: registry.dp.tech
46+
registry: dp-harbor-registry.us-east-1.cr.aliyuncs.com
47+
# AliCloud automatically mirrors to registry.dp.tech
4748
username: ${{ secrets.DP_HARBOR_USERNAME }}
4849
password: ${{ secrets.DP_HARBOR_PASSWORD }}
4950

0 commit comments

Comments
 (0)