1 parent d48090f commit 86b818aCopy full SHA for 86b818a
1 file changed
.github/workflows/devcontainer.yml
@@ -62,14 +62,6 @@ jobs:
62
username: ${{ github.actor }}
63
password: ${{ secrets.GITHUB_TOKEN }}
64
65
- - name: Login to Aliyun Registry
66
- uses: docker/login-action@v4
67
- with:
68
- registry: dp-harbor-registry.us-east-1.cr.aliyuncs.com
69
- # AliCloud automatically mirrors this registry to registry.dp.tech.
70
- username: ${{ secrets.DP_HARBOR_USERNAME }}
71
- password: ${{ secrets.DP_HARBOR_PASSWORD }}
72
-
73
- name: Build and push container
74
uses: docker/build-push-action@v7
75
with:
0 commit comments