diff --git a/.github/workflows/wheel_image.yml b/.github/workflows/wheel_image.yml index 904f87fc60..ce2b2a98ef 100644 --- a/.github/workflows/wheel_image.yml +++ b/.github/workflows/wheel_image.yml @@ -68,7 +68,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: packaging/python + context: "{{defaultContext}}:packaging/python" file: packaging/python/Dockerfile platforms: ${{ matrix.platform }} push: ${{ github.event.inputs.upload }}