Skip to content

Commit

Permalink
Merge pull request #5927 from Lyndon-Li/fix-main-CI-problem
Browse files Browse the repository at this point in the history
[Main]fix main CI no space problem
  • Loading branch information
blackpiglet authored Feb 28, 2023
2 parents 7b3b2c2 + e671615 commit 94fec66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,7 @@ jobs:
- name: Publish container image to GCR
if: github.repository == 'vmware-tanzu/velero'
run: |
sudo swapoff -a
sudo rm -f /mnt/swapfile
docker image prune -a --force
REGISTRY=gcr.io/velero-gcp ./hack/docker-push.sh

0 comments on commit 94fec66

Please sign in to comment.