Skip to content

Commit

Permalink
fix latest bug (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Jun 9, 2021
1 parent 53d608f commit f5b52b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/run.go
Expand Up @@ -69,9 +69,6 @@ func Run(c *cli.Context) (err error) {
if useLatestTag, err = useLatest(imageName); err != nil {
return fmt.Errorf("invalid image: %w", err)
}
if useLatestTag {
imageName += ":latest"
}
}
log.Logger.Debug("Start assessments...")

Expand Down

0 comments on commit f5b52b0

Please sign in to comment.