Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix: try newDigestShort
Browse files Browse the repository at this point in the history
Signed-off-by: Zuhair AlSader <[email protected]>
  • Loading branch information
zalsader committed Sep 7, 2023
1 parent 98f4060 commit 2fd7951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
autoReplaceStringTemplate: "\"{{{replace 'v' '' newValue}}}\": {\n\
\"version\": \"{{{replace 'v' '' newValue}}}\",\n\
\"image_uri\": \"{{{depName}}}:{{{newValue}}}\",\n\
\"image_hash\": \"{{{newDigest}}}\"",
\"image_hash\": \"{{{newDigestShort}}}\"",
datasourceTemplate: "docker",
},
{
Expand All @@ -32,7 +32,7 @@
autoReplaceStringTemplate: "\"{{{replace 'v' '' newValue}}}\": {\n\
\"version\": \"{{{replace 'v' '' newValue}}}\",\n\
\"image_uri\": \"{{{depName}}}:{{{newValue}}}\",\n\
\"image_hash\": \"{{{newDigest}}}\"",
\"image_hash\": \"{{{newDigestShort}}}\"",
datasourceTemplate: "docker",
},
],
Expand Down

0 comments on commit 2fd7951

Please sign in to comment.