use buildkit by default

This commit is contained in:
inductor 2020-06-30 14:52:08 +09:00
parent fccaff8885
commit 506fecaf17

View file

@ -17,7 +17,7 @@ kind: Config
build:
artifacts:
# image tags are relative; to specify an image repo (e.g. GCR), you
# must provide a "default repo" using one of the methods described
# must provide a "default repo" using one of the methods described
# here:
# https://skaffold.dev/docs/concepts/#image-repository-handling
- image: emailservice
@ -44,6 +44,8 @@ build:
context: src/adservice
tagPolicy:
gitCommit: {}
local:
useBuildkit: true
deploy:
kubectl:
manifests: