docker builder prune -a WARNING! This will remove all build cache. Are you sure you want to continue?
docker build --no-cache -t sample-image:sample-tag .
use --no-cache when building
docker builder prune --filter type=exec.cachemount