Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-32866][K8S] Fix docker cross-build
### What changes were proposed in this pull request? Add `--push` to the docker script for buildx ### Why are the changes needed? Doing a separate docker push with `buildx` images doesn't work. ### Does this PR introduce _any_ user-facing change? Automatically pushes work when cross-building. ### How was this patch tested? cross-built docker containers Closes apache#31299 from holdenk/SPARK-32866-docker-buildx-update. Authored-by: Holden Karau <[email protected]> Signed-off-by: Holden Karau <[email protected]> (cherry picked from commit 497f599) Signed-off-by: Holden Karau <[email protected]>
- Loading branch information