Skip to content

fix: authenticate to Docker Hub before setup-qemu-action in release workflow - #88

Merged
thedancingdeveloper merged 1 commit into
mainfrom
fix/release-dockerhub-login-order
Aug 11, 2026
Merged

fix: authenticate to Docker Hub before setup-qemu-action in release workflow#88
thedancingdeveloper merged 1 commit into
mainfrom
fix/release-dockerhub-login-order

Conversation

@thedancingdeveloper

Copy link
Copy Markdown
Collaborator

Summary

The v1.4.4 release-image job failed twice with:

Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit.

docker/setup-qemu-action@v4 pulls its binfmt image from Docker Hub, but the "Authenticate to Docker Hub" login step ran after it (and after setup-buildx-action and two other registry logins), so that pull was unauthenticated and hit the shared self-hosted runner's Docker Hub rate limit.

Fix

Move the Docker Hub login to the first step after checkout, before anything that might pull from Docker Hub.

Test plan

  • This only reorders existing steps — no new secrets or permissions. Verified by re-running the v1.4.4 release-image job after merging.

…orkflow

docker/setup-qemu-action pulls its binfmt image from Docker Hub, but
the Docker Hub login step ran after it (and after setup-buildx-action
and two other registry logins), so that pull was unauthenticated and
hit the shared self-hosted runner's Docker Hub rate limit, failing
the v1.4.4 release-image job with "toomanyrequests: You have reached
your unauthenticated pull rate limit."
@thedancingdeveloper
thedancingdeveloper enabled auto-merge (squash) August 11, 2026 21:17
@thedancingdeveloper
thedancingdeveloper merged commit 75c85e8 into main Aug 11, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant