Closed RagingTiger closed 1 year ago
Consider using build cache when building images to lesson build time. Can use previous Docker images as a cache (might be best strategy).
build cache
References:
Already implemented in GitHub Docker publish action:
GitHub Docker publish action
Implemented with: 6902c9797ec624370e2e67912d299b519b073724 and 50994c27c59d42be1e142dcbe1398d3bf0279615
Consider using
build cache
when building images to lesson build time. Can use previous Docker images as a cache (might be best strategy).References: