I often get error (or warning?) after deploying firebase cloud functions. the functions is deployed successfully but I very often (around 85%) I get this error
cleaning up build files...
⚠ 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/xxxxxx/asia/gcf
is this error is caused by my code?
[REQUIRED] Environment info
I use the latest version of firebase tools: 9.16.0
Node JS 14
and in MacOS
firebase-functions: "^3.14.1"
[REQUIRED] Steps to reproduce
I deploy the functions using firebase deploy
then that error/warning occured
[REQUIRED] Expected behavior
I have no error after deployment.