Skip to content

Commit

Permalink
fix(docker): log dockerRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 14, 2020
1 parent d9d8ce0 commit 6a6d646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/docker/index.ts
Expand Up @@ -562,7 +562,7 @@ async function getLabels(
logger.debug({ err });
} else {
logger.warn(
{ registry, repository, tag, err },
{ registry, dockerRepository: repository, tag, err },
'Unknown error getting Docker labels'
);
}
Expand Down

0 comments on commit 6a6d646

Please sign in to comment.