forked from toolshed/abra
WIP: add compose updating to recipe upgrade
This commit is contained in:
@ -228,6 +228,7 @@ var recipeUpgradeCommand = &cli.Command{
|
||||
if err := survey.AskOne(prompt, &upgradeTag); err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
config.UpdateAppComposeTag(recipe, image, upgradeTag)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user