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
Since this action downloads python:alpine base image off DockerHub, at times it will randomly fail since we hit DockerHub ratelimits.
We have an internal artifactory which caches docker images and if the action accepted an argument to specify the image name this would fix the random failures.
Since this action downloads
python:alpine
base image off DockerHub, at times it will randomly fail since we hit DockerHub ratelimits.We have an internal artifactory which caches docker images and if the action accepted an argument to specify the image name this would fix the random failures.
If no
docker_image
argument is provided, use the base image off DockerHub.The text was updated successfully, but these errors were encountered: