images property

List<String>? images
getter/setter pair

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

core.List<core.String>? images;