mirror of https://github.com/docker/compose.git
fix typo
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
7c8ff36d78
commit
07df9cc46e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue