Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Fix updating image
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jun 2, 2022
1 parent e4ef827 commit b39d730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (s *Update) Run(cmd *cobra.Command, args []string) error {
}

opts := client.AppUpdateOptions{
Image: image,
DeployParams: deployParams,
}

Expand Down

0 comments on commit b39d730

Please sign in to comment.