ScribeMD / docker-cache

Cache Docker Images Whether Built or Pulled
MIT License
98 stars 27 forks source link

Add 'lookup-only' parameter #828

Open stazz opened 1 month ago

stazz commented 1 month ago

I am wondering if it is possible to add lookup-only input, which would act in same way as it does for actions/cache? I have a usecase where this would save 2min of pipeline time per most runs, as the step which actually utilizes docker images is conditional.