andygrove opened a new pull request, #4241: URL: https://github.com/apache/datafusion-comet/pull/4241
## Which issue does this PR close? N/A ## Rationale for this change The docker-publish workflow has been a source of friction: it's tied to a specific Spark/Scala/JDK combination in the Dockerfile, and every default-version bump requires synchronized updates to the workflow tag and the Dockerfile. Removing the workflow lets us decouple the supported build matrix from any single published image and avoids stale or confusing image tags on ghcr.io. ## What changes are included in this PR? Deletes \`.github/workflows/docker-publish.yml\`. The \`kube/Dockerfile\` is left in place so users can still build their own image locally. ## How are these changes tested? No tests; this only removes a CI workflow. Existing tests are unaffected. -- 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]
