You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the yq action in GitHub we encounter the following message:
Pull down action image 'mikefarah/yq:4-githubaction'
/usr/local/bin/docker pull mikefarah/yq:4-githubaction
Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning: Docker pull failed with exit code 1, back off 4.362 seconds before retry.
We run a local private registry (Artifactory) which caches images from the Docker.com registry (this allows us to do one pull from docker and then to serve it to multiple users internally).
To make this work, we need the ability to redirect the image source - an example can be seen here:
When running the yq action in GitHub we encounter the following message:
We run a local private registry (Artifactory) which caches images from the Docker.com registry (this allows us to do one pull from docker and then to serve it to multiple users internally).
To make this work, we need the ability to redirect the image source - an example can be seen here:
docker/setup-buildx-action#375
The text was updated successfully, but these errors were encountered: