EnricoMi opened a new pull request, #48012: URL: https://github.com/apache/spark/pull/48012
### What changes were proposed in this pull request? Make `docker/build-push-action` action not upload the docker build record. ### Why are the changes needed? The way `docker/build-push-action` uploads the file breaks action `dawidd6/action-download-artifact`, which breaks the `test_report.yaml` workflow that publishes test results. ``` ==> Downloading: G-Research~spark~R7TXVG.dockerbuild.zip (23.76 kB) Error: Invalid or unsupported zip format. No END header found ``` https://github.com/G-Research/spark/actions/runs/10733657395/job/29767392437#step:2:27-27 See https://github.com/docker/build-push-action/issues/1167. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tested in GitHub CI. ### Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
