You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Deployments are currently only supported for `docker` job types.
90
90
|type|true|string||Has to be "docker-registry"|
91
91
|host|true|string||Host of the registry. I.e. my-registry.com:5000|
92
92
|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|
94
94
|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|
95
95
|username|false|string||Username to be used with the registry|
96
96
|password|false|[Secret](#secrets)||Secret containing the password|
@@ -122,7 +122,7 @@ Deployments are currently only supported for `docker` job types.
122
122
|type|true|string||Has to be "ecr"|
123
123
|host|true|string||ECR endpoint|
124
124
|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|
126
126
|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|
127
127
|region|true|string||AWS Region|
128
128
|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.
153
153
|type|true|string||Has to be "gcr"|
154
154
|host|true|string||GCR endpoint i.e. us.gcr.io|
155
155
|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|
157
157
|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|
158
158
|region|true|string||AWS Region|
159
159
|service\_account|true|[Secret](#secrets)||Secret containing the GCP `Service Account` with role `Storage Admin`|
0 commit comments