How to fetch latest docker tag image?

I followed Render docs to deploy using Docker from registry , but I also have Github actions that updates my Docker images, and pushes with new tag (current date and time).
But Render still uses same Docker container with same tag, even though, latest image is on different tag.

Is there a way, to fetch latest tag ?

Hey,

By default, we grab the ‘image’ with the ‘latest’ tag but ‘latest’ doesn’t mean ‘last updated’ with Docker images [explanations]

If you’re pushing a new version of your Docker image, you’ll need to edit the tag value via your service settings page.

Jérémy.
Render Support, UTC+3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.