We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c0980 commit a583f58Copy full SHA for a583f58
cmd/build.go
@@ -406,7 +406,7 @@ func (c buildConfig) Prompt() (buildConfig, error) {
406
{
407
Name: "push",
408
Prompt: &survey.Confirm{
409
- Message: "Push image after build?",
+ Message: "Push image to your registry after build?",
410
Default: c.Push,
411
},
412
@@ -422,7 +422,7 @@ func (c buildConfig) Prompt() (buildConfig, error) {
422
423
Name: "baseImage",
424
Prompt: &survey.Input{
425
- Message: "Optional base image for your function (host builder only):",
+ Message: "Optional base image for your function (empty for default):",
426
Default: c.BaseImage,
427
428
0 commit comments