[infra] gcb: push base images to oss-fuzz registry

Instead of clusterfuzz-external. It looks better.
This commit is contained in:
Oliver Chang 2017-03-15 18:31:09 -07:00
parent 51ec8c3c72
commit f5225f285c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ BASE_IMAGES = [
'base-runner-debug',
]
TAG_PREFIX = 'gcr.io/clusterfuzz-external/oss-fuzz/infra/'
TAG_PREFIX = 'gcr.io/oss-fuzz/'
def get_steps():