mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 09:17:07 +00:00
Do not use Docker cache
This commit is contained in:
parent
c99fa95337
commit
f0d459e402
1 changed files with 2 additions and 2 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue