Skip to content

Commit

Permalink
Merge pull request #6893 from Lyndon-Li/fix-main-ci-out-of-space-problem
Browse files Browse the repository at this point in the history
Fix CI out of disk space problem
  • Loading branch information
qiuming-best authored Sep 28, 2023
2 parents af43d96 + 24e37c5 commit dffe4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
sudo swapoff -a
sudo rm -f /mnt/swapfile
docker image prune -a --force
docker system prune -a --force
# Build and push Velero image to docker registry
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit dffe4f8

Please sign in to comment.