-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: move drone to github action #101
Conversation
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
- Also use buildx instead docker to build image Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
- NDM did not need this Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
(I wondered why this one didn't add a .github/workflows/pull_request.yaml
like harvester/harvester-csi-driver#38 has, but then found we've already got .github/workflows/basic-ci.yaml
which runs on a self-hosed runner, so it looks like the PR case is already handled)
yes, we already have the PR checking CI. It does more than just build, so I did not add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Mergifyio backport v0.5.x v0.6.x |
✅ Backports have been created
|
Problem:
move image related work to github action
Solution:
migrate from drone to github
Related Issue:
harvester/harvester#5327
Test plan:
None