fix(ci): use an allowlisted docker/login-action pin - #630
Merged
nic-6443 merged 1 commit intoAug 6, 2026
Conversation
docker/login-action@b45d80f8 (v4.0.0) was dropped from the ASF approved actions list, so every run of the Docker image workflow since 2026-07-11 ends in startup_failure before any job is created: The action docker/login-action@b45d80f is not allowed in apache/apisix-docker because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns: ... Bump to v4.6.0, the newest pin currently present in apache/infrastructure-actions/approved_patterns.yml.
shreemaan-abhishek
approved these changes
Aug 5, 2026
AlinsRan
approved these changes
Aug 6, 2026
nic-6443
added a commit
that referenced
this pull request
Aug 6, 2026
(cherry picked from commit b614479)
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.
Why submit this pull request?
What changes will this PR take into?
The Docker image workflow has been dead since 2026-07-11 — every run ends in
startup_failurebefore a single job is created, so it never even shows up as a failing check.docker/login-action@b45d80f8(v4.0.0) was dropped from the ASF approved actions list, and the run annotation says:approved_patterns.ymlnow only lists v4.1.0 through v4.6.0 forlogin-action, so this bumps the pin to v4.6.0 (dbcb813823bdd20940b903addbd779551569679f). Thesetup-qemu-actionandsetup-buildx-actionpins are still on the list and are left alone.Runs affected so far: the
release/apisix-3.17.0push for #627, and both the PR run and the master push for #629. Because the release branch build never started,apache/apisix:3.17.0-*andlateston Docker Hub are still the 2026-06-18 build and do not contain the libxml2/libxslt fix from #627 — the images need a rebuild once this lands.Same class of breakage as #619, just a different action that aged out of the allowlist.
Related issues
N/A
Checklist: