This commit is contained in:
inductor(Kohei) 2020-10-12 22:20:28 -07:00 committed by GitHub
commit 91bd95ae9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ kind: Config
build: build:
artifacts: artifacts:
# image tags are relative; to specify an image repo (e.g. GCR), you # 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: # here:
# https://skaffold.dev/docs/concepts/#image-repository-handling # https://skaffold.dev/docs/concepts/#image-repository-handling
- image: emailservice - image: emailservice
@ -44,6 +44,8 @@ build:
context: src/adservice context: src/adservice
tagPolicy: tagPolicy:
gitCommit: {} gitCommit: {}
local:
useBuildkit: true
deploy: deploy:
kubectl: kubectl:
manifests: manifests: