WIP: add compose updating to recipe upgrade

This commit is contained in:
2021-08-09 17:36:21 +02:00
parent 334e417abf
commit 1b03836210
2 changed files with 49 additions and 0 deletions

View File

@ -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