Skip to content

Commit

Permalink
CI: use alicloud image sync (#4567)
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 authored Jul 4, 2024
1 parent cd4cd18 commit db90f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Login to Aliyun Registry
uses: docker/login-action@v3
with:
registry: registry.dp.tech
registry: dp-harbor-registry.us-east-1.cr.aliyuncs.com
# AliCloud automatically mirrors to registry.dp.tech
username: ${{ secrets.DP_HARBOR_USERNAME }}
password: ${{ secrets.DP_HARBOR_PASSWORD }}

Expand Down

0 comments on commit db90f92

Please sign in to comment.