Skip to content

Use cache for Docker layers when building in CI

Yuto Takano requested to merge yutotakano/cache-ci-kaniko-builds into master

Use Kaniko's cache options to cache ENV, ADD, RUN, and COPY layers to the container registry.

Merge request reports