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
Currently, this action (pre)builds the action docker image on each run, meaning it also pulls the base images each time. In our case, this lead us to hit the dockerhub rate limits.
Consider pre-building the action and hosting it in a public repo. This should also improve the overall speed of the action, as docker pulls should be faster than builds.
Currently, this action (pre)builds the action docker image on each run, meaning it also pulls the base images each time. In our case, this lead us to hit the dockerhub rate limits.
Consider pre-building the action and hosting it in a public repo. This should also improve the overall speed of the action, as docker pulls should be faster than builds.
Something like this:
The text was updated successfully, but these errors were encountered: