add args for vela install and fix E2E with fresh image build

This commit is contained in:
天元
2020-10-14 22:47:58 +08:00
parent 3751b98e7a
commit d9302ff982
5 changed files with 46 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ jobs:
with:
version: "v0.7.0"
- name: Load Image to kind cluster
run: make kind-load
- name: install Kubebuilder
uses: RyanSiu1995/kubebuilder-action@v1