kciter / aws-ecr-action

This Action allows you to create Docker images and push into a ECR repository.
MIT License
146 stars 116 forks source link

Implement top level cache-from usage #30

Closed jondavidjohn closed 3 years ago

jondavidjohn commented 3 years ago

Per #9, you can currently utilize extra_build_args to implement a caching strategy with additional work to pull the images first, but it seems like this would be useful as a first-class option.

Coincidentally, the code to implement inside the action is shorter than the YAML required to work around it not being there 😂.

jondavidjohn commented 3 years ago

Can confirm this is working as expected for my setup 👍

kciter commented 3 years ago

Sorry, I'm too late.