https://pulumi.com logo
f

flat-insurance-25294

10/01/2020, 9:10 PM
@broad-dog-22463 My question is Do I use
const image = buildAndPushImage(name: "app:23", pathOrBuild: "./app"): RepositoryImage
or
const image = new RepositoryImage(repository: repo, image: "app:23")
? if I want to get a specific
image
or build it, if it’s missing.
3 Views