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

BuildArtifact

import type { BuildArtifact } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

Description of an a image to use during Skaffold rendering.

interface BuildArtifact {
image?: string;
tag?: string;
}

§Properties

§
image?: string
[src]

Image name in Skaffold configuration.

§
tag?: string
[src]

Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".