Add missing dash to build tag. (#4221)

This commit is contained in:
Oliver Chang 2020-07-30 08:31:01 +10:00 committed by GitHub
parent ac4af2436f
commit 689f3500a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def run_build(project_name, image_project, build_steps, credentials, tag):
'machineType': 'N1_HIGHCPU_32'
},
'logsBucket': build_project.GCB_LOGS_BUCKET,
'tags': [project_name + tag,],
'tags': [project_name + '-' + tag,],
'queueTtl': str(QUEUE_TTL_SECONDS) + 's',
}