Fix recursion with digest String
Update check for equal references to call the String method Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
56b712f454
commit
69bdac7eff
2 changed files with 16 additions and 9 deletions
|
@ -399,7 +399,7 @@ func (r repository) Path() string {
|
|||
type digestReference digest.Digest
|
||||
|
||||
func (d digestReference) String() string {
|
||||
return d.String()
|
||||
return digest.Digest(d).String()
|
||||
}
|
||||
|
||||
func (d digestReference) Digest() digest.Digest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue