Migrating from Kaniko to Docker in Cloud Build (for multi-stage caching)

I show how we can revert back to the native and modern
docker build
command and remove kaniko
as a build dependency to achieve build caching for multi-stage Dockerfiles.