This message was deleted.
# general
s
This message was deleted.
f
If you’re looking to get the Docker build logs, you won’t get them with
RegistryImage
— this is one of the downsides that I mentioned at the bottom of https://github.com/pulumi/pulumi-docker/issues/132#issuecomment-812234110
b
ah, thanks!
Probably won't use
RegistryImage
then. Is there a way to set the tag that's used with
buildAndPushImage
?
f
Yes, you should be able to specify
foo:tag
as the
imageName
🙌 1