diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index cf8c4ee0..78aa8bf2 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -37,7 +37,6 @@ jobs: uses: docker/login-action@v3 with: - registry: registry.cn-shanghai.aliyuncs.com username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}