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.