answering my own question: i was able to get this to work by using `gcp.container.getRegistryImage` ...
s
answering my own question: i was able to get this to work by using
gcp.container.getRegistryImage
instead of
docker.getRegistryImage
👍 1