When GH action tries to get the docker image 'ast-cli' our internal company network blocks it which i am assuming could be the case with a lot of enterprises due to security protocols. Only approved images are available to consume and are stored in an internal company repo
Propose a solution
Add another argument in GH action 'docker-image-path' which would give the user the freedom to use internally stored image and run the GH action. Make use of the argument in the dockerfile.
Additional comments
Add any other context, alternative solutions, current workarounds or screenshots about the request here.
Is your request related to a workflow problem?
When GH action tries to get the docker image 'ast-cli' our internal company network blocks it which i am assuming could be the case with a lot of enterprises due to security protocols. Only approved images are available to consume and are stored in an internal company repo
Propose a solution
Add another argument in GH action 'docker-image-path' which would give the user the freedom to use internally stored image and run the GH action. Make use of the argument in the dockerfile.
Additional comments
Add any other context, alternative solutions, current workarounds or screenshots about the request here.