You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that our CI unit-test job takes ~5 minutes to run we need to make it faster by using docker-layer caching and might as well build a dynamic matrix.
AC
build a dynamic matrix of images to build via ls -1 dockerimages/
the base image tags to pull from should also be dynamically generated from helm-chart/eoapi/values.yaml resources so we don't ever have to update the images if base image tags change for tiitler/tipg/pgstac/stac
add docker layer caching so we get this really fast