Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleDevtoolsCloudbuildV1BuiltImage

import type { GoogleDevtoolsCloudbuildV1BuiltImage } from "https://googleapis.deno.dev/v1/run:v2.ts";

An image built by the pipeline.

interface GoogleDevtoolsCloudbuildV1BuiltImage {
digest?: string;
name?: string;
readonly pushTiming?: GoogleDevtoolsCloudbuildV1TimeSpan;
}

§Properties

§
digest?: string
[src]

Docker Registry 2.0 digest.

§
name?: string
[src]

Name used to push the container image to Google Container Registry, as presented to docker push.

§

Output only. Stores timing information for pushing the specified image.