From c418f3dc9f11e425eadc35c06c2985b97996e927 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 1 Aug 2019 16:25:38 +0200 Subject: [PATCH] Display size of Docker image --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 45d5e7f..8f10cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ services: script: - docker -v - docker build --no-cache -t sonarsource/sonarcloud-github-action . + - docker image ls sonarsource/sonarcloud-github-action + - docker history sonarsource/sonarcloud-github-action