Skip to content

Commit

Permalink
display tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGuerra committed Jan 18, 2024
1 parent cb84b92 commit 561857b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/registry/pkg/oci/oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func latestVersionArtifact(ctx context.Context, ref string, ociClient remote.Cli
parsedVersion, err := semver.ParseTolerant(tag)
if err != nil {
// Ignore any non-semver tags (like latest or signature tags)
klog.Infof("Tag %s is not semver, ignoring")
klog.Infof("Tag %s is not semver, ignoring", tag)
continue
}

Expand Down

0 comments on commit 561857b

Please sign in to comment.