We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c02ca commit 6cce101Copy full SHA for 6cce101
docker/auth.py
@@ -203,7 +203,7 @@ def parse_auth(entries, raise_on_error=False):
203
# https://github.com/docker/compose/issues/3265
204
log.debug(
205
'Auth data for {0} is absent. Client might be using a '
206
- 'credentials store instead.'
+ 'credentials store instead.'.format(registry)
207
)
208
conf[registry] = {}
209
continue
0 commit comments