Skip to content

Commit

Permalink
Change the cleaning disk step
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Dec 13, 2024
1 parent d9a2ebf commit c6412d0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,7 @@ jobs:
run: cat .env > $GITHUB_ENV

- name: free disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
uses: jlumbroso/free-disk-space@main

- name: Retrieve saved Wazuh dashboard Docker image
uses: actions/download-artifact@v3
Expand Down

0 comments on commit c6412d0

Please sign in to comment.