Browse Source

fix typo

Signed-off-by: Milas Bowman <[email protected]>
Milas Bowman 1 năm trước cách đây
mục cha
commit
07df9cc46e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkg/compose/publish.go

+ 1 - 1
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,