Skip to content

Commit 7a3c2a1

Browse files
authored
Update doc.md
1 parent bf59d54 commit 7a3c2a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/doc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Deployments are currently only supported for `docker` job types.
9090
|type|true|string||Has to be "docker-registry"|
9191
|host|true|string||Host of the registry. I.e. my-registry.com:5000|
9292
|repository|true|string||Name of the repository|
93-
|tag|false|string|build\_<NUMBER>|The of the image|
93+
|tag|false|string|build\_\<NUMBER>|The tag of the image|
9494
|target|false|string||When building a Dockerfile with multiple build stages `target` can be used to specify an intermediate build stage by name as a final stage for the resulting image which should be deployed|
9595
|username|false|string||Username to be used with the registry|
9696
|password|false|[Secret](#secrets)||Secret containing the password|
@@ -122,7 +122,7 @@ Deployments are currently only supported for `docker` job types.
122122
|type|true|string||Has to be "ecr"|
123123
|host|true|string||ECR endpoint|
124124
|repository|true|string||Name of the repository|
125-
|tag|false|string|build\_<NUMBER>|The of the image|
125+
|tag|false|string|build\_\<NUMBER>|The tag of the image|
126126
|target|false|string||When building a Dockerfile with multiple build stages `target` can be used to specify an intermediate build stage by name as a final stage for the resulting image which should be deployed|
127127
|region|true|string||AWS Region|
128128
|access\_key\_id|true|[Secret](#secrets)||Secret containing the AWS `Access Key ID`|
@@ -153,7 +153,7 @@ Deployments are currently only supported for `docker` job types.
153153
|type|true|string||Has to be "gcr"|
154154
|host|true|string||GCR endpoint i.e. us.gcr.io|
155155
|repository|true|string||Name of the repository|
156-
|tag|false|string|build\_<NUMBER>|The of the image|
156+
|tag|false|string|build\_\<NUMBER>|The tag of the image|
157157
|target|false|string||When building a Dockerfile with multiple build stages `target` can be used to specify an intermediate build stage by name as a final stage for the resulting image which should be deployed|
158158
|region|true|string||AWS Region|
159159
|service\_account|true|[Secret](#secrets)||Secret containing the GCP `Service Account` with role `Storage Admin`|

0 commit comments

Comments
 (0)