images property

  1. @TagNumber(1)
List<String> images

A list of images to be pushed upon the successful completion of all build steps.

The images will be pushed using the builder service account's credentials.

The digests of the pushed images will be stored in the Build resource's results field.

If any of the images fail to be pushed, the build is marked FAILURE.

Implementation

@$pb.TagNumber(1)
$core.List<$core.String> get images => $_getList(0);