Docker Layer Caching

Once you’ve configured Semaphore’s Docker integration,
you can use the following snippet to build an image using –cache-from.
A pre-existing image will be used as the cache source.
The following commands should be part of your project’s build settings: Read more

Similar