Merge pull request #6893 from Lyndon-Li/fix-main-ci-out-of-space-problem

Fix CI out of disk space problem
pull/6895/head
qiuming 2023-09-28 17:36:14 +08:00 committed by GitHub
commit dffe4f85ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}