docker sys info

pull/8953/head
Medya Gh 2020-08-10 13:50:17 -07:00
parent 5d9193874c
commit 24296564a2
1 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,8 @@ jobs:
echo "------------------------"
docker volume ls
echo "------------------------"
docker system info --format {{json .}}
echo "------------------------"
- uses: actions/setup-go@v2
with:
go-version: '1.14.6'