docker sys info

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

View File

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