Use our patched version of docker-py with build credentials patched in. Fix the hostname in the build credentials block to be variable.
This commit is contained in:
parent
d67a1cddc2
commit
126363dce9
2 changed files with 2 additions and 2 deletions
|
@ -1471,7 +1471,7 @@ def get_pull_credentials(trigger):
|
|||
return {
|
||||
'username': trigger.pull_user.username,
|
||||
'password': login_info.service_ident,
|
||||
'registry': 'quay.io' # TODO: Is there a better way to do this?
|
||||
'registry': app.config['URL_HOST'],
|
||||
}
|
||||
|
||||
def create_webhook(repo, params_obj):
|
||||
|
|
Reference in a new issue