diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 80b45d4075..31b5f290fe 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -46,14 +46,14 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Aliyun Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: dp-harbor-registry.us-east-1.cr.aliyuncs.com # AliCloud automatically mirrors to registry.dp.tech