To update a deployed container to a new image version, make sure the new version is available in your container registry, then follow these steps.
Open container settings
Go to Magic Containers and select the container you want to update. Click Container Settings, then click Edit. Select new image version
Select the new version from the image dropdown. Update container
Click Update Container to deploy the new version. Save changes
If there are no other changes to make to the app, click Save Changes to trigger a new deployment.Confirm the changes in the modal that pops up.Once saved, you’ll see a Processing indicator while the app restarts with the new image version.
To automate deployments, you can use a GitHub
Action to update your container
whenever you push changes to your repository. Last modified on January 30, 2026