Why does the multinode docker image always have new updates?

I don’t understand why, but every time I run docker-compose pull it always has an update. Checking the docker website on hub.docker.com suggests it was last updated 5 minutes ago.

Looks like we’re building and pushing an image to “latest” from Jenkins to Docker Hub on every commit to the storj repo main branch.

Not sure why this is like this for multinode and satellite images but not for storagenode. Seems the same code.

It should happen only when code related to multinode changes, I guess.