エラー内容
firebase functionsのデプロイ時に
Unhandled error cleaning up build images. This could result in a small monthly bill if not corrected. You can attempt to delete these images by redeploying or you can delete them manually at https://console.cloud.google.com/gcr/images/[project-name]/us/gcf
という内容のエラー
確認すること
functions/ 内の.gitignoreでvenvと__pycache__が指定されていることを確認。なかったら追加すれば治る。
functions/.gitignore
venv
__pycache__/