Skip to content

Commit 76395e3

Browse files
authored
Improve GCB docs to include a table of properties (#3989)
Fix #3958 Signed-off-by: David Gageot <[email protected]>
1 parent 6010e51 commit 76395e3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/content/en/docs/pipeline-stages/builders/docker.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,15 @@ Docker image `gcr.io/k8s-skaffold/example` with Kaniko:
9595
{{% readfile file="samples/builders/kaniko.yaml" %}}
9696

9797
## Dockerfile remotely with Google Cloud Build
98+
9899
Skaffold can build the Dockerfile image remotely with [Google Cloud Build]({{<relref "/docs/pipeline-stages/builders#remotely-on-google-cloud-build">}}).
99100

100101
**Configuration**
101102

102-
To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml`
103+
To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml`.
104+
The following options can optionally be configured:
105+
106+
{{< schema root="GoogleCloudBuild" >}}
103107

104108
**Example**
105109

docs/content/en/docs/pipeline-stages/builders/jib.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,15 @@ a container image. Then for each such sub-project:
8484

8585

8686
## Remotely with Google Cloud Build
87+
8788
Skaffold can build artifacts using Jib remotely on [Google Cloud Build]({{<relref "/docs/pipeline-stages/builders#remotely-on-google-cloud-build">}}).
8889

8990
**Configuration**
9091

91-
To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml`
92+
To configure, add `googleCloudBuild` to `build` section to `skaffold.yaml`.
93+
The following options can optionally be configured:
94+
95+
{{< schema root="GoogleCloudBuild" >}}
9296

9397
**Example**
9498

0 commit comments

Comments
 (0)