From 07df9cc46e6e28cc28d1308dcc76a7fb465db245 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Tue, 5 Dec 2023 11:52:35 -0500 Subject: [PATCH] fix typo Signed-off-by: Milas Bowman --- pkg/compose/publish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compose/publish.go b/pkg/compose/publish.go index 4a4a10d6d..7658c0d48 100644 --- a/pkg/compose/publish.go +++ b/pkg/compose/publish.go @@ -70,7 +70,7 @@ func (s *composeService) publish(ctx context.Context, project *types.Project, re return err } - layerDescriptor := ocipush.DescriptorForComposeFile("image-diegests.yaml", yaml) + layerDescriptor := ocipush.DescriptorForComposeFile("image-digests.yaml", yaml) layers = append(layers, ocipush.Pushable{ Descriptor: layerDescriptor, Data: yaml,