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 authored and BeyondEvil committed Dec 20, 2024
1 parent 422b915 commit 13c7cc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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 13c7cc1

Please sign in to comment.