Skip to content

Commit

Permalink
logs: log depName and scheme when failling to satisfy a constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 5, 2020
1 parent 52e4b4c commit 0918648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/exec/docker/index.ts
Expand Up @@ -103,7 +103,7 @@ async function getDockerTag(
return 'latest';
}
logger.warn(
{ constraint },
{ depName, constraint, scheme },
'Failed to find a tag satisfying constraint, using "latest" tag instead'
);
return 'latest';
Expand Down

0 comments on commit 0918648

Please sign in to comment.