Skip to content

Commit

Permalink
Call docker buildx prune instead of docker builder prune (#3127)
Browse files Browse the repository at this point in the history
* Call docker buildx prune instead of docker builder prune

* Update changelog
  • Loading branch information
echoix committed Nov 18, 2023
1 parent 69810ef commit 55f2d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-DEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
oxsecurity/megalinter:${{ steps.image_tag.outputs.tag }}
# Clean docker build cache
- name: Clean docker build cache
run: docker builder prune --force
- name: Clean docker buildx cache
run: docker buildx prune --force

#####################################
# Run Linter test cases #
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- CI
- Upgrade pymdown-extensions and markdown, by @BryanQuigley in [#3053](https://github.com/oxsecurity/megalinter/pull/3053)
- Use docker/metadata-action for some internal CI, by @echoix in [#3110](https://github.com/oxsecurity/megalinter/pull/3110)
- Call docker buildx prune instead of docker builder prune, by @echoix in [#3127](https://github.com/oxsecurity/megalinter/pull/3127)

- Linter versions upgrades
- [protolint](https://github.com/yoheimuta/protolint) from 0.46.2 to **0.46.3** on 2023-10-29
Expand Down

0 comments on commit 55f2d6f

Please sign in to comment.