You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In makefile uninstall task, we are removing docker codacy-analysis-cli image having tag latest. This leads to error while uninstalling codacy-analysis-cli using make uninstall command.
Screenshot for reference:
This happens because while executing make install for installing cli, docker image with stable tag is pulled.