We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4cd18 commit db90f92Copy full SHA for db90f92
.github/workflows/devcontainer.yml
@@ -43,7 +43,8 @@ jobs:
43
- name: Login to Aliyun Registry
44
uses: docker/login-action@v3
45
with:
46
- registry: registry.dp.tech
+ registry: dp-harbor-registry.us-east-1.cr.aliyuncs.com
47
+ # AliCloud automatically mirrors to registry.dp.tech
48
username: ${{ secrets.DP_HARBOR_USERNAME }}
49
password: ${{ secrets.DP_HARBOR_PASSWORD }}
50
0 commit comments