Open
Description
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.
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?
- Yes, the
ACTIONS_STEP_DEBUG
secret was set totrue
when capturing the workflow log above. I understand that if I have not done this, I may not recieve a response.