The workflow will build the Docker image using the latest code from the repository before running the FastAPI server container and the test scenario. This ensures that the Docker image always reflects the latest changes in the codebase, preventing build failures due to outdated images.
Update pyproject.toml in order to create and publish a new release.
This PR achieves the following: