- Rename docker workflow files for clarity: 'docker-dev' and 'docker-main'
- Remove unused city seed files to streamline the database seeding process
These changes improve the organization of the workflow files and reduce clutter in the seed data, making it easier to manage and maintain the project.
- Create new workflow for building and pushing Docker
images on push to 'dev' branch.
- Rename existing docker.yml to docker-main.yml and
update image tag from 'latest' to 'main'.
This commit enhances the CI process by integrating Docker builds for
continuous delivery on the development branch, ensuring a clear
versioning strategy with updated tagging for production readiness.