but doing this does not work, and doesn't yield a digest: ```const registryImage = gcp.container.get...
s
but doing this does not work, and doesn't yield a digest:
Copy code
const registryImage = gcp.container.getRegistryImage({
                name: imageName,
                tag: "latest"
            });