Skip to content

Commit 86b818a

Browse files
authored
Remove Aliyun Registry login from devcontainer.yml
Removed login step for Aliyun Registry from workflow.
1 parent d48090f commit 86b818a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/devcontainer.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ jobs:
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

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-
7365
- name: Build and push container
7466
uses: docker/build-push-action@v7
7567
with:

0 commit comments

Comments
 (0)