Merge pull request #5909 from Lyndon-Li/release-1.10

Fix main CI problem 02
This commit is contained in:
lyndon
2023-02-23 12:40:10 +08:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ jobs:
- name: Publish container image to GCR
if: github.repository == 'vmware-tanzu/velero'
run: |
sudo swapoff /swapfile
sudo rm -rf /swapfile
sudo swapoff -a
sudo rm -f /mnt/swapfile
docker image prune -a --force
REGISTRY=gcr.io/velero-gcp ./hack/docker-push.sh