Tag builds with image suffix to make clearer in UI (#8117)

This commit is contained in:
jonathanmetzman 2022-08-01 17:59:49 -07:00 committed by GitHub
parent 90d60450aa
commit 093f61f727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ def gcb_build_and_push_images(test_image_suffix):
overrides = {'images': test_images}
build_body = build_lib.get_build_body(steps, base_images.TIMEOUT, overrides,
['trial-build'])
['trial-build', test_image_suffix])
yaml_file = os.path.join(OSS_FUZZ_ROOT, 'cloudbuild.yaml')
with open(yaml_file, 'w') as yaml_file_handle:
yaml.dump(build_body, yaml_file_handle)