Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2023-12-05 11:52:35 -05:00 committed by Nicolas De loof
parent 7c8ff36d78
commit 07df9cc46e
1 changed files with 1 additions and 1 deletions

View File

@ -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,