terraform-github-actions icon indicating copy to clipboard operation
terraform-github-actions copied to clipboard

Hitting Docker Hub Rate Limit

Open ed0906 opened this issue 8 months ago • 2 comments

Problem description

We've started using these actions in anger across a couple of projects and are already hitting the Dockerhub Rate Limit on our Self Hosted Runners.

Image

It doesn't seem possible in Github Actions to supply DockerHub credentials before these are pulled, as they are pulled immediately after the "Set Up Runner" step which is before any steps etc. This issue is meaning we either have to wait out the rate limit timer, or remove our usage of dflook Github Actions.

Would it be possible to publish images to an alternative Registry with higher pull limits? Or add documentation on how to solve this issue?

Terraform version

1.10.4

Backend

s3

Workflow YAML

Simple usage of any dflook action within a workflow file

Workflow log


Has debug logging been enabled?

  • [x] Yes, the ACTIONS_STEP_DEBUG secret was set to true when capturing the workflow log above. I understand that if I have not done this, I may not recieve a response.

ed0906 avatar Feb 19 '25 14:02 ed0906