Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: unit tests broken, attempt fix by running setup python before install poetry * remove poetry cache * fix deployment to dockerhub The docker metadata action returns the branch (i.e. `master`) when a push occurs. That causes docker push to fail because there's not master tag in the registry. We need to change to make it push to `latest` tag in dockerhub registry. * fix dependency
- Loading branch information