fix: improved missing context message
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-24 10:48:53 +01:00
parent cdee6b00c4
commit c47aa49373
5 changed files with 42 additions and 8 deletions

View File

@ -147,7 +147,7 @@ func NewAction(c *cli.Context) error {
var secrets AppSecrets
var secretTable *jsontable.JSONTable
if Secrets {
if err := context.HasDockerContext(NewAppServer); err != nil {
if err := context.HasDockerContext(sanitisedAppName, NewAppServer); err != nil {
logrus.Fatal(err)
}