github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/samples/builders/local.yaml (about)

     1  build:
     2    artifacts:
     3    - image: gcr.io/k8s-skaffold/example
     4      docker:
     5        cacheFrom:
     6        # Local Docker builder replaces cache references to the artifact image with
     7        # the tagged image reference, useful for caching from the previous build.
     8        - gcr.io/k8s-skaffold/example
     9    local: {}