<@UHTP242EB> My question is Do I use `const image ...
# kubernetes
f
@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.