From 0ba6c5fa96861cbad535f70f3e7b885cdd777358 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Thu, 29 Jun 2023 15:25:57 +0000 Subject: [PATCH] rename folder Signed-off-by: Billy Zha --- cmd/oras/root/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/oras/root/push.go b/cmd/oras/root/push.go index e7dfb83c0..f289adabc 100644 --- a/cmd/oras/root/push.go +++ b/cmd/oras/root/push.go @@ -136,7 +136,7 @@ func runPush(ctx context.Context, opts pushOptions) error { ManifestAnnotations: annotations[option.AnnotationManifest], } - tmp, err := os.MkdirTemp("", "oras-push") + tmp, err := os.MkdirTemp("", "oras_push_") if err != nil { return err }