Using the env 'GITHUB_REPOSITORY' instead of 'GITHUB_ACTOR' to get the right
image repo name i.e. `IMAGE_REPO` in Makefile.
Signed-off-by: llhuii <liulinghui@huawei.com>
A github action is added for pushing image when a new release is created:
1. login docker hub.
2. checkout the project, and run `make push-all`.
Signed-off-by: llhuii <liulinghui@huawei.com>
1. Add e2e framework code stolen from k8s.io/test/e2e/framework and remove
unnecessary code for simplicity.
2. Add run-e2e.sh and a github action job to run e2e tests.
3. Add a simple dataset testcase, TODO for other CRs.
Signed-off-by: llhuii <liulinghui@huawei.com>