File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ jobs:
187
187
oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
188
188
189
189
# Clean docker build cache
190
- - name : Clean docker build cache
191
- run : docker builder prune --force
190
+ - name : Clean docker buildx cache
191
+ run : docker buildx prune --force
192
192
193
193
# ####################################
194
194
# Run Linter test cases #
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
24
24
- CI
25
25
- Upgrade pymdown-extensions and markdown, by @BryanQuigley in [ #3053 ] ( https://github.com/oxsecurity/megalinter/pull/3053 )
26
26
- Use docker/metadata-action for some internal CI, by @echoix in [ #3110 ] ( https://github.com/oxsecurity/megalinter/pull/3110 )
27
+ - Call docker buildx prune instead of docker builder prune, by @echoix in [ #3127 ] ( https://github.com/oxsecurity/megalinter/pull/3127 )
27
28
28
29
- Linter versions upgrades
29
30
- [ protolint] ( https://github.com/yoheimuta/protolint ) from 0.46.2 to ** 0.46.3** on 2023-10-29
You can’t perform that action at this time.
0 commit comments