sparse-intern-71089
02/14/2023, 10:49 AMmelodic-room-61098
02/16/2023, 11:39 AMdocker.RemoteImage
and docker.getRegistryImage
, just pass the name of the new, locally built image to the container:
containers: [
{
image: localDockerImage.imageName,
}
],
The image still needs to be tagged with <http://gcri.io|gcri.io>
so it's pushed to the registry, but otherwise it's just a matter of build & deploy.