Display size of Docker image

This commit is contained in:
Simon Brandhof 2019-08-01 16:25:38 +02:00
commit c418f3dc9f

View file

@ -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