[fix][ci] Update docker/build-push-action to ASF allowlisted version#602
Open
geniusjoe wants to merge 1 commit into
Open
[fix][ci] Update docker/build-push-action to ASF allowlisted version#602geniusjoe wants to merge 1 commit into
geniusjoe wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related: apache/infrastructure-actions@062f6aa
Related: apache/infrastructure-actions#994
Related: apache/spark#54935
Motivation
The
docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294(v7.0.0) used in our CI workflows was removed from the ASF GitHub Actions allowlist on 2026-07-07 by the automatedremove_expired.ymlworkflow (commit), causing all Docker-related CI jobs to fail with:This is the same class of issue that Apache Spark encountered and fixed in apache/spark#54935.
Modifications
Updated
docker/build-push-actionin:.github/workflows/ci-pr-validation.yaml.github/workflows/ci-build-binary-artifacts.yamlVersion mapping (SHA → tag):
d08e5c354a6adb9ed34480a06d141179aa583294(old)bcafcacb16a39f128d818304e6c9c0c18556b85fca052bb54ab0790a636c9b5f226502c73d547a25f9f3042f7e2789586610d6e8b85c8f03e5195baf53b7df96c91f9c12dcc8a07bcb9ccacbed38856a(new)Why v7.3.0 instead of v7.1.0 (Spark's choice)?
Apache Spark updated to v7.1.0 (
bcafcacb...) back in March 2026. Since then, the ASFapproved_patterns.ymlhas added newer versions. We chose v7.3.0 (53b7df96...) because:v7floating tag target in thedocker/build-push-actionrepository, meaning it includes the latest bug fixes and dependency updates.Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Documentation
doc-not-needed(CI infrastructure fix only, no user-facing changes.)