CDCgov / cfa-epinow2-pipeline

https://cdcgov.github.io/cfa-epinow2-pipeline/
Apache License 2.0
10 stars 2 forks source link

Remove caching from docker/build-and-push-action #93

Open gvegayon opened 3 weeks ago

gvegayon commented 3 weeks ago

The docker/build-and-push-action we are using in the workflow to build the images does some automatic caching by default. Nonetheless, that feature seems to be somewhat experimental, and I am afraid it may not be appropriate for what we are doing here. Particularly, I am afraid caching will occur in situations where it should not be happening, like when we update the dependencies of the package. The simplest solution is to set no-cache: true (which is false by default).