Is there anyway to get pulumi/actions to cache doc...
# general
m
Is there anyway to get pulumi/actions to cache docker layers or plugins for itself? It’s burning minutes just redownloading itself.
b
The current action isn’t put together in the right way for this. I’m working on reducing the size and number of layers but the action will be the last thing to be updated as I don’t want to break people’s workflow
👍 1
m
Okay, thank you for the insight!
b
the slimmed down containers are here https://hub.docker.com/r/jaxxstorm/pulumi
m
Is it possible for me to use these containers with the github action?