Skip to content

Commit

Permalink
update func name
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed May 23, 2024
1 parent c0d9add commit 616ab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/appstore_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func (a *AppStoreManagement) IsUpdateAvailableWith(composeApp *ComposeApp, store

image, _ := docker.ExtractImageAndTag(mainService.Image)

return docker.IsLatestImageUpdateAvailiable(image)
return docker.IsImageDigestChanged(image)
}
storeTag, err := storeComposeApp.MainTag()
return currentTag != storeTag, err
Expand Down

0 comments on commit 616ab64

Please sign in to comment.