Do not use Docker cache

This commit is contained in:
Simon Brandhof 2019-08-01 11:01:58 +02:00
commit f0d459e402

View file

@ -1,8 +1,8 @@
# any language
language: ruby
language: python
services:
- docker
script:
- docker build -t sonarsource/sonarcloud-github-action .
- docker build --no-cache -t sonarsource/sonarcloud-github-action .