Missing dags when deploying

Hi am new to Astronomer but not Airflow. I have some dags that I am trying to deploy. when I run astro dev start I see all my Dags in the local Airflow env. When I run astro deploy everything builds and pushes with no issues but I don’t see any Dags on the UI.

I’m sure I’m mixing something up but I don’t see what it is.

Can you share the dockerfile you’re using with astro deploy? A common mistake is to not use the “onbuild” version of the base image in the FROM field.