github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/samples/builders/custom.yaml (about) 1 build: 2 artifacts: 3 - image: example 4 custom: 5 buildCommand: ./build.sh 6 dependencies: 7 paths: 8 - . 9 ignore: 10 - README*