Skip to content

Commit

Permalink
fix(docker): logs the registry address when a tag cannot be loaded (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin authored and lwander committed Mar 21, 2018
1 parent 4b4c9d2 commit 5b39191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DockerRegistryImageCachingAgent implements CachingAgent, AccountAware, Age
try {
tags = credentials.client.getTags(repository)
} catch (e) {
log.error("Could not load tags for ${repository}", e)
log.error("Could not load tags for ${repository} in ${credentials.client.address}", e)
}
def name = tags?.name
def imageTags = tags?.tags
Expand Down

0 comments on commit 5b39191

Please sign in to comment.