File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 # by push, so BRANCH and TAG are empty by default. docker-push.sh will
3333 # only build Velero image without pushing.
3434 - name : Make Velero container without pushing to registry.
35- if : github.repository == 'vmware-tanzu /velero'
35+ if : github.repository == 'velero-io /velero'
3636 run : |
3737 ./hack/docker-push.sh
Original file line number Diff line number Diff line change 8484 else:
8585 print(f' # {original} — cannot auto-suggest rename (non-UTF-8)')
8686 print()
87- print('See https://github.com/vmware-tanzu /velero/pull/9552 for context.')
87+ print('See https://github.com/velero-io /velero/pull/9552 for context.')
8888 sys.exit(1)
8989 else:
9090 print('All file paths are valid for Go module zip.')
Original file line number Diff line number Diff line change 1818 name : Checkout
1919
2020 - name : Verify .goreleaser.yml and try a dryrun release.
21- if : github.repository == 'vmware-tanzu /velero'
21+ if : github.repository == 'velero-io /velero'
2222 run : |
2323 CHANGELOG=$(ls changelogs | sort -V -r | head -n 1)
2424 GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
Original file line number Diff line number Diff line change 2828
2929 # Only try to publish the container image from the root repo; forks don't have permission to do so and will always get failures.
3030 - name : Publish container image
31- if : github.repository == 'vmware-tanzu /velero'
31+ if : github.repository == 'velero-io /velero'
3232 run : |
3333 docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
3434
Original file line number Diff line number Diff line change 5252 verbose : true
5353 # Only try to publish the container image from the root repo; forks don't have permission to do so and will always get failures.
5454 - name : Publish container image
55- if : github.repository == 'vmware-tanzu /velero'
55+ if : github.repository == 'velero-io /velero'
5656 run : |
5757 sudo swapoff -a
5858 sudo rm -f /mnt/swapfile
You can’t perform that action at this time.
0 commit comments