GravityPDF / gravity-pdf

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
https://gravitypdf.com
88 stars 21 forks source link

Test Docker Caching in GitHub Actions #1448

Closed jakejackson1 closed 7 months ago

jakejackson1 commented 1 year ago

Description Pulling and starting up Docker images in GA is the slowest part of the process. Look at enabling caching to try speed this up:

https://github.com/marketplace/actions/docker-cache https://stackoverflow.com/questions/71348621/docker-re-use-container-image-by-caching

jakejackson1 commented 7 months ago

Not worth the effort