-
Notifications
You must be signed in to change notification settings - Fork 527
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
fix (jkube-kit/config) : k8s:push
/ k8sPush
should work with buildpacks
build strategy (#2464)
#2627
Conversation
…ldpacks` build strategy (eclipse-jkube#2464) Delegate push image to RegistryService like we do in DockerBuildService Signed-off-by: Rohan Kumar <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #2627 (2024-02-06T17:11:04Z) ⚙️ JKube E2E Tests (7803296076)
|
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2627 +/- ##
=============================================
+ Coverage 59.36% 70.42% +11.06%
- Complexity 4586 4992 +406
=============================================
Files 500 486 -14
Lines 21211 19454 -1757
Branches 2830 2504 -326
=============================================
+ Hits 12591 13701 +1110
+ Misses 7370 4527 -2843
+ Partials 1250 1226 -24 ☔ View full report in Codecov by Sentry. |
Description
Fixes #2464
Delegate push image to RegistryService like we do in DockerBuildService
Type of change
test, version modification, documentation, etc.)
Checklist