Another silly question - when specifying a contain...
# google-cloud
s
Another silly question - when specifying a container image for cloud run I seem to have to specify the full image (with tag). This seems annoying since every time I run
pulumi up
it will change the running image. How are people dealing with this?
g
It is diffing the values. Not adding a tag is the same as using the
latest
tag. The returned value will always have the tag, so it will look different for Pulumi You can just explicitly set the
latest
tag in your deployment