Skip to content

Commit

Permalink
add Digest null value to test scenario that was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Dec 19, 2024
1 parent bb98ae0 commit b407d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public async Task TarballsHaveCorrectStructure()
BuiltImage builtImage = imageBuilder.Build();

// Write the image to disk
var sourceReference = new SourceImageReference(registry, DockerRegistryManager.RuntimeBaseImage, DockerRegistryManager.Net7ImageTag);
var sourceReference = new SourceImageReference(registry, DockerRegistryManager.RuntimeBaseImage, DockerRegistryManager.Net7ImageTag, null);
var destinationReference = new DestinationImageReference(new ArchiveFileRegistry(archiveFile), NewImageName(), tags);

return (builtImage, sourceReference, destinationReference);
Expand Down

0 comments on commit b407d79

Please sign in to comment.