### What problem does this PR solve? Fix release.yml ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.17.0
| @@ -75,12 +75,6 @@ jobs: | |||
| # The body field does not support environment variable substitution directly. | |||
| body_path: release_body.md | |||
| - name: Set up QEMU | |||
| uses: docker/setup-qemu-action@v3 | |||
| - name: Set up Docker Buildx | |||
| uses: docker/setup-buildx-action@v3 | |||
| # https://github.com/marketplace/actions/docker-login | |||
| - name: Login to Docker Hub | |||
| uses: docker/login-action@v3 | |||