mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-08 13:47:11 +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
|
# 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 .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue