diff --git a/docs/content/en/docs/pipeline-stages/builders/docker.md b/docs/content/en/docs/pipeline-stages/builders/docker.md index 1bd575d84a2..163133e9139 100644 --- a/docs/content/en/docs/pipeline-stages/builders/docker.md +++ b/docs/content/en/docs/pipeline-stages/builders/docker.md @@ -95,11 +95,15 @@ Docker image `gcr.io/k8s-skaffold/example` with Kaniko: {{% readfile file="samples/builders/kaniko.yaml" %}} ## Dockerfile remotely with Google Cloud Build + Skaffold can build the Dockerfile image remotely with [Google Cloud Build]({{}}). **Configuration** -To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml` +To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml`. +The following options can optionally be configured: + +{{< schema root="GoogleCloudBuild" >}} **Example** diff --git a/docs/content/en/docs/pipeline-stages/builders/jib.md b/docs/content/en/docs/pipeline-stages/builders/jib.md index 3bfd7a538ee..955721d7f57 100644 --- a/docs/content/en/docs/pipeline-stages/builders/jib.md +++ b/docs/content/en/docs/pipeline-stages/builders/jib.md @@ -84,11 +84,15 @@ a container image. Then for each such sub-project: ## Remotely with Google Cloud Build + Skaffold can build artifacts using Jib remotely on [Google Cloud Build]({{}}). **Configuration** -To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml` +To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml`. +The following options can optionally be configured: + +{{< schema root="GoogleCloudBuild" >}} **Example**