Skip to content

Commit f76559d

Browse files
committed
fix: update
Signed-off-by: Junjie Gao <[email protected]>
1 parent dec4a35 commit f76559d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notation.go

-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ func SignOCI(ctx context.Context, signer Signer, repo registry.Repository, signO
212212
logger.Warn("Removal of outdated referrers index from remote registry failed. Garbage collection may be required.")
213213
return artifactManifestDesc, sigManifestDesc, nil
214214
}
215-
216215
logger.Error("Failed to push the signature")
217216
return ocispec.Descriptor{}, ocispec.Descriptor{}, ErrorPushSignatureFailed{Msg: err.Error()}
218217
}

0 commit comments

Comments
 (0)