Skip to content

Commit

Permalink
Fix target digest
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Feb 3, 2025
1 parent 9140fdb commit d6aaf62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ class ContainerAugmenter {
client.registry.host.toString(),
imageName,
tag,
digest,
manifestResult.targetDigest,
config,
manifest)
return new ContainerOrIndexSpec(spec)
Expand Down

0 comments on commit d6aaf62

Please sign in to comment.