Skip to content

Commit

Permalink
fix(datasource/docker): pinDigest PRs missing digest value in name (#…
Browse files Browse the repository at this point in the history
…17599)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
Churro and viceice committed Sep 3, 2022
1 parent 5f2e2c4 commit af75ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/datasource/docker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export function isECRMaxResultsError(err: HttpError): boolean {
const defaultConfig = {
commitMessageTopic: '{{{depName}}} Docker tag',
commitMessageExtra:
'to {{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{prettyNewVersion}}}{{/if}}',
'to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{prettyNewVersion}}}{{/if}}{{/if}}',
digest: {
branchTopic: '{{{depNameSanitized}}}-{{{currentValue}}}',
commitMessageExtra: 'to {{newDigestShort}}',
Expand Down

0 comments on commit af75ec2

Please sign in to comment.