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 # any language
language: ruby language: python
services: services:
- docker - docker
script: script:
- docker build -t sonarsource/sonarcloud-github-action . - docker build --no-cache -t sonarsource/sonarcloud-github-action .