mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user