#How to update a serverless endpoint with a new version of the docker image?
7 messages · Page 1 of 1 (latest)
7 messages · Page 1 of 1 (latest)
When we push the new version image of a docker image in the docker hub, does the serverless endpoint automatically update the workers, or do we need to publish the new image manually on the endpoint?
No, you need to redeploy a new version
From upper right menu button lkek when you edit your endpoint
On top there is a button for deploying a new tag
Thanks a lot! Is there a way to automate the process?