This message was deleted.
# google-cloud
s
This message was deleted.
q
Like from
docker inspect  --format='{{.RepoDigests}}'
Or just get the digest from a surrounding github action
... Yeah. Not sure if that's the best way to create a dependency, but feeding it a new image with a SHA certainly works.
g
You need to update Cloud Run image. It's using more like sha256 underneath probably but when you point to :latest it's the same for CR as it's not checking if hash has changed.
q
Yeah, you're right! I see that now.