[infra] Change uploader docker image tag

This commit is contained in:
Oliver Chang 2017-04-05 11:01:59 -07:00
parent 0e0ce94676
commit 6ca557e909
1 changed files with 2 additions and 2 deletions

View File

@ -195,14 +195,14 @@ def get_build_steps(project_yaml, dockerfile_path):
],
},
# upload binaries
{'name': 'gcr.io/clusterfuzz-external/uploader',
{'name': 'gcr.io/oss-fuzz-base/uploader',
'args': [
os.path.join(out, zip_file),
upload_url,
],
},
# upload srcmap
{'name': 'gcr.io/clusterfuzz-external/uploader',
{'name': 'gcr.io/oss-fuzz-base/uploader',
'args': [
'/workspace/srcmap.json',
srcmap_url,