diff --git a/tools/ci_build/github/azure-pipelines/templates/get-docker-image-steps.yml b/tools/ci_build/github/azure-pipelines/templates/get-docker-image-steps.yml index 5b6769685a..11bb69831f 100644 --- a/tools/ci_build/github/azure-pipelines/templates/get-docker-image-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/get-docker-image-steps.yml @@ -56,6 +56,8 @@ steps: docker version docker image ls docker system df + docker info |grep '^\s* Docker Root' + df -h displayName: Check Docker Images - ${{ if eq(parameters.UseImageCacheContainerRegistry, true) }}: